Html Css Color HEX #A59B2B Lucky

📋 copy color: '#A59B2B'

red 165 ◦ green 155 ◦ blue 43

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

Shades of Lucky #A59B2B

Tints of Lucky #A59B2B

RGB

 RED value IS 165 (64.84% from 255) = 45.45%

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

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

R = 45.45%
G = 42.7%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A59B2B (or 0xA59B2B) is known color: Lucky. HEX triplet: A5, 9B and 2B. RGB value is (165,155,43). Sum of RGB (Red+Green+Blue) = 165+155+43=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59B2B is #5A64D4. Grayscale: #919191. Windows color (decimal): -5924053 or 2857893. OLE color: 2857893.

HSL color Cylindrical-coordinate representation of color #A59B2B: hue angle of 55.08º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A59B2B is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 155 43 -
CMYK 0 0.06 0.74 0.35
HSL 55.08º 0.59% 0.41% -
HSV(B) 55.08º 0.74% 0.65% -
XYZ 27.67 31.62 6.93 -
YUV 145.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 165 155 43 0 0.06 0.74 0.35 55.08 0.59 0.41
Hex A5 9B 2B 0 6 4A 23 37 3B 29
Octal 245 233 53 0 6 112 43 67 73 51
Binary 10100101 10011011 101011 0 110 1001010 100011 110111 111011 101001

Color Harmonies of #A59B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B2B

Black with #A59B2B

Text Example


Text Example

White with #A59B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B2B; }

 p { color: rgb(165,155,43); }

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

background-color css

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

 a { background-color: rgb(165,155,43); }

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

border-color css

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

 span { border-color: rgb(165,155,43); }

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