Html Css Color HEX #A5961D Lucky

📋 copy color: '#A5961D'

red 165 ◦ green 150 ◦ blue 29

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

Shades of Lucky #A5961D

Tints of Lucky #A5961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.6%

 BLUE value IS 29 (11.72% from 255) = 8.43%

R = 47.97%
G = 43.6%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5961D (or 0xA5961D) is known color: Lucky. HEX triplet: A5, 96 and 1D. RGB value is (165,150,29). Sum of RGB (Red+Green+Blue) = 165+150+29=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5961D is #5A69E2. Grayscale: #8D8D8D. Windows color (decimal): -5925347 or 1939109. OLE color: 1939109.

HSL color Cylindrical-coordinate representation of color #A5961D: hue angle of 53.38º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5961D is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 150 29 -
CMYK 0 0.09 0.82 0.35
HSL 53.38º 0.7% 0.38% -
HSV(B) 53.38º 0.82% 0.65% -
XYZ 26.65 29.9 5.53 -
YUV 140.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 165 150 29 0 0.09 0.82 0.35 53.38 0.7 0.38
Hex A5 96 1D 0 9 52 23 35 46 26
Octal 245 226 35 0 11 122 43 65 106 46
Binary 10100101 10010110 11101 0 1001 1010010 100011 110101 1000110 100110

Color Harmonies of #A5961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5961D

Black with #A5961D

Text Example


Text Example

White with #A5961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5961D; }

 p { color: rgb(165,150,29); }

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

background-color css

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

 a { background-color: rgb(165,150,29); }

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

border-color css

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

 span { border-color: rgb(165,150,29); }

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