Html Css Color HEX #A09E0A Lucky

📋 copy color: '#A09E0A'

red 160 ◦ green 158 ◦ blue 10

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

Shades of Lucky #A09E0A

Tints of Lucky #A09E0A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.17%

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 48.78%
G = 48.17%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A09E0A (or 0xA09E0A) is known color: Lucky. HEX triplet: A0, 9E and 0A. RGB value is (160,158,10). Sum of RGB (Red+Green+Blue) = 160+158+10=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09E0A is #5F61F5. Grayscale: #8E8E8E. Windows color (decimal): -6250998 or 695968. OLE color: 695968.

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

Color convert

RGB 160 158 10 -
CMYK 0 0.01 0.94 0.37
HSL 59.2º 0.88% 0.33% -
HSV(B) 59.2º 0.94% 0.63% -
XYZ 26.78 31.95 5.04 -
YUV 141.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 160 158 10 0 0.01 0.94 0.37 59.2 0.88 0.33
Hex A0 9E A 0 1 5E 25 3B 58 21
Octal 240 236 12 0 1 136 45 73 130 41
Binary 10100000 10011110 1010 0 1 1011110 100101 111011 1011000 100001

Color Harmonies of #A09E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E0A

Black with #A09E0A

Text Example


Text Example

White with #A09E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E0A; }

 p { color: rgb(160,158,10); }

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

background-color css

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

 a { background-color: rgb(160,158,10); }

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

border-color css

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

 span { border-color: rgb(160,158,10); }

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