Html Css Color HEX #A59C2D Lucky

📋 copy color: '#A59C2D'

red 165 ◦ green 156 ◦ blue 45

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

Shades of Lucky #A59C2D

Tints of Lucky #A59C2D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.62%

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

R = 45.08%
G = 42.62%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A59C2D (or 0xA59C2D) is known color: Lucky. HEX triplet: A5, 9C and 2D. RGB value is (165,156,45). Sum of RGB (Red+Green+Blue) = 165+156+45=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C2D is #5A63D2. Grayscale: #929292. Windows color (decimal): -5923795 or 2989221. OLE color: 2989221.

HSL color Cylindrical-coordinate representation of color #A59C2D: hue angle of 55.5º 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 #A59C2D is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 156 45 -
CMYK 0 0.05 0.73 0.35
HSL 55.5º 0.57% 0.41% -
HSV(B) 55.5º 0.73% 0.65% -
XYZ 27.88 31.97 7.18 -
YUV 146.04 70.98 141.53 -
System Red Green Blue C M Y K H S L
Decimal 165 156 45 0 0.05 0.73 0.35 55.5 0.57 0.41
Hex A5 9C 2D 0 5 49 23 38 39 29
Octal 245 234 55 0 5 111 43 70 71 51
Binary 10100101 10011100 101101 0 101 1001001 100011 111000 111001 101001

Color Harmonies of #A59C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C2D

Black with #A59C2D

Text Example


Text Example

White with #A59C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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