Html Css Color HEX #A59B2D Lucky

📋 copy color: '#A59B2D'

red 165 ◦ green 155 ◦ blue 45

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

Shades of Lucky #A59B2D

Tints of Lucky #A59B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 45.21%
G = 42.47%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A59B2D (or 0xA59B2D) is known color: Lucky. HEX triplet: A5, 9B and 2D. RGB value is (165,155,45). Sum of RGB (Red+Green+Blue) = 165+155+45=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59B2D is #5A64D2. Grayscale: #919191. Windows color (decimal): -5924051 or 2988965. OLE color: 2988965.

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

Color convert

RGB 165 155 45 -
CMYK 0 0.06 0.73 0.35
HSL 55º 0.57% 0.41% -
HSV(B) 55º 0.73% 0.65% -
XYZ 27.71 31.63 7.13 -
YUV 145.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 165 155 45 0 0.06 0.73 0.35 55 0.57 0.41
Hex A5 9B 2D 0 6 49 23 37 39 29
Octal 245 233 55 0 6 111 43 67 71 51
Binary 10100101 10011011 101101 0 110 1001001 100011 110111 111001 101001

Color Harmonies of #A59B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B2D

Black with #A59B2D

Text Example


Text Example

White with #A59B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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