Html Css Color HEX #A5992E Lucky

📋 copy color: '#A5992E'

red 165 ◦ green 153 ◦ blue 46

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

Shades of Lucky #A5992E

Tints of Lucky #A5992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

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

R = 45.33%
G = 42.03%
B = 12.64%

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

#A5992E (or 0xA5992E) is known color: Lucky. HEX triplet: A5, 99 and 2E. RGB value is (165,153,46). Sum of RGB (Red+Green+Blue) = 165+153+46=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A5992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5992E is #5A66D1. Grayscale: #909090. Windows color (decimal): -5924562 or 3053989. OLE color: 3053989.

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

Color convert

RGB 165 153 46 -
CMYK 0 0.07 0.72 0.35
HSL 53.95º 0.56% 0.41% -
HSV(B) 53.95º 0.72% 0.65% -
XYZ 27.4 30.98 7.12 -
YUV 144.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 165 153 46 0 0.07 0.72 0.35 53.95 0.56 0.41
Hex A5 99 2E 0 7 48 23 36 38 29
Octal 245 231 56 0 7 110 43 66 70 51
Binary 10100101 10011001 101110 0 111 1001000 100011 110110 111000 101001

Color Harmonies of #A5992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5992E

Black with #A5992E

Text Example


Text Example

White with #A5992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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