Html Css Color HEX #A09812 Lucky

📋 copy color: '#A09812'

red 160 ◦ green 152 ◦ blue 18

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

Shades of Lucky #A09812

Tints of Lucky #A09812

RGB

 RED value IS 160 (62.89% from 255) = 48.48%

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

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

R = 48.48%
G = 46.06%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A09812 (or 0xA09812) is known color: Lucky. HEX triplet: A0, 98 and 12. RGB value is (160,152,18). Sum of RGB (Red+Green+Blue) = 160+152+18=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A09812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09812 is #5F67ED. Grayscale: #8B8B8B. Windows color (decimal): -6252526 or 1218720. OLE color: 1218720.

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

Color convert

RGB 160 152 18 -
CMYK 0 0.05 0.89 0.37
HSL 56.62º 0.8% 0.35% -
HSV(B) 56.62º 0.89% 0.63% -
XYZ 25.83 29.97 5 -
YUV 139.12 59.65 142.9 -
System Red Green Blue C M Y K H S L
Decimal 160 152 18 0 0.05 0.89 0.37 56.62 0.8 0.35
Hex A0 98 12 0 5 59 25 39 50 23
Octal 240 230 22 0 5 131 45 71 120 43
Binary 10100000 10011000 10010 0 101 1011001 100101 111001 1010000 100011

Color Harmonies of #A09812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09812

Black with #A09812

Text Example


Text Example

White with #A09812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09812; }

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

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

background-color css

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

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

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

border-color css

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

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

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