Html Css Color HEX #A69006 Lucky

📋 copy color: '#A69006'

red 166 ◦ green 144 ◦ blue 6

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

Shades of Lucky #A69006

Tints of Lucky #A69006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.57%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 52.53%
G = 45.57%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A69006 (or 0xA69006) is known color: Lucky. HEX triplet: A6, 90 and 06. RGB value is (166,144,6). Sum of RGB (Red+Green+Blue) = 166+144+6=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A69006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69006 is #596FF9. Grayscale: #878787. Windows color (decimal): -5861370 or 430246. OLE color: 430246.

HSL color Cylindrical-coordinate representation of color #A69006: hue angle of 51.75º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A69006 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 144 6 -
CMYK 0 0.13 0.96 0.35
HSL 51.75º 0.93% 0.34% -
HSV(B) 51.75º 0.96% 0.65% -
XYZ 25.73 28.07 4.23 -
YUV 134.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 166 144 6 0 0.13 0.96 0.35 51.75 0.93 0.34
Hex A6 90 6 0 D 60 23 34 5D 22
Octal 246 220 6 0 15 140 43 64 135 42
Binary 10100110 10010000 110 0 1101 1100000 100011 110100 1011101 100010

Color Harmonies of #A69006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69006

Black with #A69006

Text Example


Text Example

White with #A69006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69006; }

 p { color: rgb(166,144,6); }

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

background-color css

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

 a { background-color: rgb(166,144,6); }

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

border-color css

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

 span { border-color: rgb(166,144,6); }

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