Html Css Color HEX #A08F09 Lucky

📋 copy color: '#A08F09'

red 160 ◦ green 143 ◦ blue 9

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

Shades of Lucky #A08F09

Tints of Lucky #A08F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.83%

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

R = 51.28%
G = 45.83%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A08F09 (or 0xA08F09) is known color: Lucky. HEX triplet: A0, 8F and 09. RGB value is (160,143,9). Sum of RGB (Red+Green+Blue) = 160+143+9=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08F09 is #5F70F6. Grayscale: #858585. Windows color (decimal): -6254839 or 626592. OLE color: 626592.

HSL color Cylindrical-coordinate representation of color #A08F09: hue angle of 53.25º 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 #A08F09 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 143 9 -
CMYK 0 0.11 0.94 0.37
HSL 53.25º 0.89% 0.33% -
HSV(B) 53.25º 0.94% 0.63% -
XYZ 24.37 27.14 4.21 -
YUV 132.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 160 143 9 0 0.11 0.94 0.37 53.25 0.89 0.33
Hex A0 8F 9 0 B 5E 25 35 59 21
Octal 240 217 11 0 13 136 45 65 131 41
Binary 10100000 10001111 1001 0 1011 1011110 100101 110101 1011001 100001

Color Harmonies of #A08F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F09

Black with #A08F09

Text Example


Text Example

White with #A08F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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