Html Css Color HEX #A59A2E Lucky

📋 copy color: '#A59A2E'

red 165 ◦ green 154 ◦ blue 46

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

Shades of Lucky #A59A2E

Tints of Lucky #A59A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 45.21%
G = 42.19%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A59A2E (or 0xA59A2E) is known color: Lucky. HEX triplet: A5, 9A and 2E. RGB value is (165,154,46). Sum of RGB (Red+Green+Blue) = 165+154+46=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A2E is #5A65D1. Grayscale: #919191. Windows color (decimal): -5924306 or 3054245. OLE color: 3054245.

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

Color convert

RGB 165 154 46 -
CMYK 0 0.07 0.72 0.35
HSL 54.45º 0.56% 0.41% -
HSV(B) 54.45º 0.72% 0.65% -
XYZ 27.57 31.31 7.17 -
YUV 144.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 165 154 46 0 0.07 0.72 0.35 54.45 0.56 0.41
Hex A5 9A 2E 0 7 48 23 36 38 29
Octal 245 232 56 0 7 110 43 66 70 51
Binary 10100101 10011010 101110 0 111 1001000 100011 110110 111000 101001

Color Harmonies of #A59A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A2E

Black with #A59A2E

Text Example


Text Example

White with #A59A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A2E; }

 p { color: rgb(165,154,46); }

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

background-color css

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

 a { background-color: rgb(165,154,46); }

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

border-color css

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

 span { border-color: rgb(165,154,46); }

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