Html Css Color HEX #A09D0B Lucky

📋 copy color: '#A09D0B'

red 160 ◦ green 157 ◦ blue 11

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

Shades of Lucky #A09D0B

Tints of Lucky #A09D0B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.87%

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 48.78%
G = 47.87%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A09D0B (or 0xA09D0B) is known color: Lucky. HEX triplet: A0, 9D and 0B. RGB value is (160,157,11). Sum of RGB (Red+Green+Blue) = 160+157+11=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09D0B is #5F62F4. Grayscale: #8D8D8D. Windows color (decimal): -6251253 or 761248. OLE color: 761248.

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

Color convert

RGB 160 157 11 -
CMYK 0 0.02 0.93 0.37
HSL 58.79º 0.87% 0.34% -
HSV(B) 58.79º 0.93% 0.63% -
XYZ 26.61 31.61 5.02 -
YUV 141.25 54.49 141.37 -
System Red Green Blue C M Y K H S L
Decimal 160 157 11 0 0.02 0.93 0.37 58.79 0.87 0.34
Hex A0 9D B 0 2 5D 25 3B 57 22
Octal 240 235 13 0 2 135 45 73 127 42
Binary 10100000 10011101 1011 0 10 1011101 100101 111011 1010111 100010

Color Harmonies of #A09D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D0B

Black with #A09D0B

Text Example


Text Example

White with #A09D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D0B; }

 p { color: rgb(160,157,11); }

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

background-color css

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

 a { background-color: rgb(160,157,11); }

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

border-color css

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

 span { border-color: rgb(160,157,11); }

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