Html Css Color HEX #A08D09 Lucky

📋 copy color: '#A08D09'

red 160 ◦ green 141 ◦ blue 9

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

Shades of Lucky #A08D09

Tints of Lucky #A08D09

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.48%

 BLUE value IS 9 (3.91% from 255) = 2.9%

R = 51.61%
G = 45.48%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A08D09 (or 0xA08D09) is known color: Lucky. HEX triplet: A0, 8D and 09. RGB value is (160,141,9). Sum of RGB (Red+Green+Blue) = 160+141+9=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D09 is #5F72F6. Grayscale: #848484. Windows color (decimal): -6255351 or 626080. OLE color: 626080.

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

Color convert

RGB 160 141 9 -
CMYK 0 0.12 0.94 0.37
HSL 52.45º 0.89% 0.33% -
HSV(B) 52.45º 0.94% 0.63% -
XYZ 24.07 26.54 4.11 -
YUV 131.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 160 141 9 0 0.12 0.94 0.37 52.45 0.89 0.33
Hex A0 8D 9 0 C 5E 25 34 59 21
Octal 240 215 11 0 14 136 45 64 131 41
Binary 10100000 10001101 1001 0 1100 1011110 100101 110100 1011001 100001

Color Harmonies of #A08D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D09

Black with #A08D09

Text Example


Text Example

White with #A08D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D09; }

 p { color: rgb(160,141,9); }

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

background-color css

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

 a { background-color: rgb(160,141,9); }

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

border-color css

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

 span { border-color: rgb(160,141,9); }

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