Html Css Color HEX #A69C11 Lucky

📋 copy color: '#A69C11'

red 166 ◦ green 156 ◦ blue 17

#A69C11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #A69C11

Tints of Lucky #A69C11

RGB

 RED value IS 166 (65.23% from 255) = 48.97%

 GREEN value IS 156 (61.33% from 255) = 46.02%

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 48.97%
G = 46.02%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A69C11 (or 0xA69C11) is known color: Lucky. HEX triplet: A6, 9C and 11. RGB value is (166,156,17). Sum of RGB (Red+Green+Blue) = 166+156+17=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69C11 is #5963EE. Grayscale: #8F8F8F. Windows color (decimal): -5858287 or 1154214. OLE color: 1154214.

HSL color Cylindrical-coordinate representation of color #A69C11: hue angle of 55.97º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A69C11 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 156 17 -
CMYK 0 0.06 0.90 0.35
HSL 55.97º 0.81% 0.36% -
HSV(B) 55.97º 0.9% 0.65% -
XYZ 27.72 31.92 5.23 -
YUV 143.14 56.81 144.3 -
System Red Green Blue C M Y K H S L
Decimal 166 156 17 0 0.06 0.90 0.35 55.97 0.81 0.36
Hex A6 9C 11 0 6 5A 23 38 51 24
Octal 246 234 21 0 6 132 43 70 121 44
Binary 10100110 10011100 10001 0 110 1011010 100011 111000 1010001 100100

Color Harmonies of #A69C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C11

Black with #A69C11

Text Example


Text Example

White with #A69C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C11; }

 p { color: rgb(166,156,17); }

 H1.HeaderClassName
 {
   color: #A69C11;
 }
 .AnyTagClassName
 {
   color: #A69C11;
 }
</style>

background-color css

<style>
 a { background-color: #A69C11; }

 a { background-color: rgb(166,156,17); }

 div.DivClassName
 {
   background-color: #A69C11;
 }
 .BgClassName
 {
   background-color: #A69C11;
 }
</style>

border-color css

<style>
 span { border-color: #A69C11; }

 span { border-color: rgb(166,156,17); }

 td.TdClassName
 {
   border-color: #A69C11;
 }
 .TagClassName
 {
   border-color: #A69C11;
 }
</style>