Html Css Color HEX #A09814 Lucky

📋 copy color: '#A09814'

red 160 ◦ green 152 ◦ blue 20

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

Shades of Lucky #A09814

Tints of Lucky #A09814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 48.19%
G = 45.78%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A09814 (or 0xA09814) is known color: Lucky. HEX triplet: A0, 98 and 14. RGB value is (160,152,20). Sum of RGB (Red+Green+Blue) = 160+152+20=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A09814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09814 is #5F67EB. Grayscale: #8B8B8B. Windows color (decimal): -6252524 or 1349792. OLE color: 1349792.

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

Color convert

RGB 160 152 20 -
CMYK 0 0.05 0.88 0.37
HSL 56.57º 0.78% 0.35% -
HSV(B) 56.57º 0.88% 0.63% -
XYZ 25.85 29.98 5.09 -
YUV 139.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 160 152 20 0 0.05 0.88 0.37 56.57 0.78 0.35
Hex A0 98 14 0 5 58 25 39 4E 23
Octal 240 230 24 0 5 130 45 71 116 43
Binary 10100000 10011000 10100 0 101 1011000 100101 111001 1001110 100011

Color Harmonies of #A09814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09814

Black with #A09814

Text Example


Text Example

White with #A09814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09814; }

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

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

background-color css

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

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

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

border-color css

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

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

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