Html Css Color HEX #A69812 Lucky

📋 copy color: '#A69812'

red 166 ◦ green 152 ◦ blue 18

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

Shades of Lucky #A69812

Tints of Lucky #A69812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.24%

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

R = 49.4%
G = 45.24%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A69812 (or 0xA69812) is known color: Lucky. HEX triplet: A6, 98 and 12. RGB value is (166,152,18). Sum of RGB (Red+Green+Blue) = 166+152+18=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A69812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69812 is #5967ED. Grayscale: #8D8D8D. Windows color (decimal): -5859310 or 1218726. OLE color: 1218726.

HSL color Cylindrical-coordinate representation of color #A69812: hue angle of 54.32º 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 #A69812 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 152 18 -
CMYK 0 0.08 0.89 0.35
HSL 54.32º 0.8% 0.36% -
HSV(B) 54.32º 0.89% 0.65% -
XYZ 27.06 30.61 5.05 -
YUV 140.91 58.64 145.9 -
System Red Green Blue C M Y K H S L
Decimal 166 152 18 0 0.08 0.89 0.35 54.32 0.8 0.36
Hex A6 98 12 0 8 59 23 36 50 24
Octal 246 230 22 0 10 131 43 66 120 44
Binary 10100110 10011000 10010 0 1000 1011001 100011 110110 1010000 100100

Color Harmonies of #A69812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69812

Black with #A69812

Text Example


Text Example

White with #A69812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69812; }

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

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

background-color css

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

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

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

border-color css

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

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

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