Html Css Color HEX #A09B0E Lucky

📋 copy color: '#A09B0E'

red 160 ◦ green 155 ◦ blue 14

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

Shades of Lucky #A09B0E

Tints of Lucky #A09B0E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.11%

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 48.63%
G = 47.11%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A09B0E (or 0xA09B0E) is known color: Lucky. HEX triplet: A0, 9B and 0E. RGB value is (160,155,14). Sum of RGB (Red+Green+Blue) = 160+155+14=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B0E is #5F64F1. Grayscale: #8C8C8C. Windows color (decimal): -6251762 or 957344. OLE color: 957344.

HSL color Cylindrical-coordinate representation of color #A09B0E: hue angle of 57.95º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A09B0E is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 155 14 -
CMYK 0 0.03 0.91 0.37
HSL 57.95º 0.84% 0.34% -
HSV(B) 57.95º 0.91% 0.63% -
XYZ 26.3 30.95 5 -
YUV 140.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 160 155 14 0 0.03 0.91 0.37 57.95 0.84 0.34
Hex A0 9B E 0 3 5B 25 3A 54 22
Octal 240 233 16 0 3 133 45 72 124 42
Binary 10100000 10011011 1110 0 11 1011011 100101 111010 1010100 100010

Color Harmonies of #A09B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09B0E

Black with #A09B0E

Text Example


Text Example

White with #A09B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09B0E; }

 p { color: rgb(160,155,14); }

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

background-color css

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

 a { background-color: rgb(160,155,14); }

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

border-color css

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

 span { border-color: rgb(160,155,14); }

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