Html Css Color HEX #A08E08 Lucky

📋 copy color: '#A08E08'

red 160 ◦ green 142 ◦ blue 8

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

Shades of Lucky #A08E08

Tints of Lucky #A08E08

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.81%

 BLUE value IS 8 (3.52% from 255) = 2.58%

R = 51.61%
G = 45.81%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A08E08 (or 0xA08E08) is known color: Lucky. HEX triplet: A0, 8E and 08. RGB value is (160,142,8). Sum of RGB (Red+Green+Blue) = 160+142+8=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08E08 is #5F71F7. Grayscale: #848484. Windows color (decimal): -6255096 or 560800. OLE color: 560800.

HSL color Cylindrical-coordinate representation of color #A08E08: hue angle of 52.89º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A08E08 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 142 8 -
CMYK 0 0.11 0.95 0.37
HSL 52.89º 0.9% 0.33% -
HSV(B) 52.89º 0.95% 0.63% -
XYZ 24.21 26.84 4.13 -
YUV 132.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 160 142 8 0 0.11 0.95 0.37 52.89 0.9 0.33
Hex A0 8E 8 0 B 5F 25 35 5A 21
Octal 240 216 10 0 13 137 45 65 132 41
Binary 10100000 10001110 1000 0 1011 1011111 100101 110101 1011010 100001

Color Harmonies of #A08E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E08

Black with #A08E08

Text Example


Text Example

White with #A08E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E08; }

 p { color: rgb(160,142,8); }

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

background-color css

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

 a { background-color: rgb(160,142,8); }

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

border-color css

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

 span { border-color: rgb(160,142,8); }

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