Html Css Color HEX #A69712 Lucky

📋 copy color: '#A69712'

red 166 ◦ green 151 ◦ blue 18

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

Shades of Lucky #A69712

Tints of Lucky #A69712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.07%

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 49.55%
G = 45.07%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A69712 (or 0xA69712) is known color: Lucky. HEX triplet: A6, 97 and 12. RGB value is (166,151,18). Sum of RGB (Red+Green+Blue) = 166+151+18=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A69712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69712 is #5968ED. Grayscale: #8C8C8C. Windows color (decimal): -5859566 or 1218470. OLE color: 1218470.

HSL color Cylindrical-coordinate representation of color #A69712: hue angle of 53.92º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A69712 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 18 -
CMYK 0 0.09 0.89 0.35
HSL 53.92º 0.8% 0.36% -
HSV(B) 53.92º 0.89% 0.65% -
XYZ 26.9 30.28 5 -
YUV 140.32 58.97 146.31 -
System Red Green Blue C M Y K H S L
Decimal 166 151 18 0 0.09 0.89 0.35 53.92 0.8 0.36
Hex A6 97 12 0 9 59 23 36 50 24
Octal 246 227 22 0 11 131 43 66 120 44
Binary 10100110 10010111 10010 0 1001 1011001 100011 110110 1010000 100100

Color Harmonies of #A69712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69712

Black with #A69712

Text Example


Text Example

White with #A69712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69712; }

 p { color: rgb(166,151,18); }

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

background-color css

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

 a { background-color: rgb(166,151,18); }

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

border-color css

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

 span { border-color: rgb(166,151,18); }

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