Html Css Color HEX #A09B2F Lucky

📋 copy color: '#A09B2F'

red 160 ◦ green 155 ◦ blue 47

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

Shades of Lucky #A09B2F

Tints of Lucky #A09B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.98%

R = 44.2%
G = 42.82%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A09B2F (or 0xA09B2F) is known color: Lucky. HEX triplet: A0, 9B and 2F. RGB value is (160,155,47). Sum of RGB (Red+Green+Blue) = 160+155+47=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B2F is #5F64D0. Grayscale: #909090. Windows color (decimal): -6251729 or 3120032. OLE color: 3120032.

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

Color convert

RGB 160 155 47 -
CMYK 0 0.03 0.71 0.37
HSL 57.35º 0.55% 0.41% -
HSV(B) 57.35º 0.71% 0.63% -
XYZ 26.73 31.12 7.29 -
YUV 144.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 160 155 47 0 0.03 0.71 0.37 57.35 0.55 0.41
Hex A0 9B 2F 0 3 47 25 39 37 29
Octal 240 233 57 0 3 107 45 71 67 51
Binary 10100000 10011011 101111 0 11 1000111 100101 111001 110111 101001

Color Harmonies of #A09B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09B2F

Black with #A09B2F

Text Example


Text Example

White with #A09B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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