Html Css Color HEX #A09D2B Lucky

📋 copy color: '#A09D2B'

red 160 ◦ green 157 ◦ blue 43

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

Shades of Lucky #A09D2B

Tints of Lucky #A09D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 44.44%
G = 43.61%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A09D2B (or 0xA09D2B) is known color: Lucky. HEX triplet: A0, 9D and 2B. RGB value is (160,157,43). Sum of RGB (Red+Green+Blue) = 160+157+43=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D2B is #5F62D4. Grayscale: #919191. Windows color (decimal): -6251221 or 2858400. OLE color: 2858400.

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

Color convert

RGB 160 157 43 -
CMYK 0 0.02 0.73 0.37
HSL 58.46º 0.58% 0.4% -
HSV(B) 58.46º 0.73% 0.63% -
XYZ 26.99 31.76 6.99 -
YUV 144.9 70.49 138.77 -
System Red Green Blue C M Y K H S L
Decimal 160 157 43 0 0.02 0.73 0.37 58.46 0.58 0.4
Hex A0 9D 2B 0 2 49 25 3A 3A 28
Octal 240 235 53 0 2 111 45 72 72 50
Binary 10100000 10011101 101011 0 10 1001001 100101 111010 111010 101000

Color Harmonies of #A09D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D2B

Black with #A09D2B

Text Example


Text Example

White with #A09D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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