Html Css Color HEX #A69010 Lucky

📋 copy color: '#A69010'

red 166 ◦ green 144 ◦ blue 16

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

Shades of Lucky #A69010

Tints of Lucky #A69010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 50.92%
G = 44.17%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A69010 (or 0xA69010) is known color: Lucky. HEX triplet: A6, 90 and 10. RGB value is (166,144,16). Sum of RGB (Red+Green+Blue) = 166+144+16=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A69010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69010 is #596FEF. Grayscale: #888888. Windows color (decimal): -5861360 or 1085606. OLE color: 1085606.

HSL color Cylindrical-coordinate representation of color #A69010: hue angle of 51.2º degrees, saturation: 0.82, 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 #A69010 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 144 16 -
CMYK 0 0.13 0.90 0.35
HSL 51.2º 0.82% 0.36% -
HSV(B) 51.2º 0.9% 0.65% -
XYZ 25.79 28.09 4.55 -
YUV 135.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 166 144 16 0 0.13 0.90 0.35 51.2 0.82 0.36
Hex A6 90 10 0 D 5A 23 33 52 24
Octal 246 220 20 0 15 132 43 63 122 44
Binary 10100110 10010000 10000 0 1101 1011010 100011 110011 1010010 100100

Color Harmonies of #A69010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69010

Black with #A69010

Text Example


Text Example

White with #A69010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69010; }

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

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

background-color css

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

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

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

border-color css

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

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

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