Html Css Color HEX #A5961C Lucky

📋 copy color: '#A5961C'

red 165 ◦ green 150 ◦ blue 28

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

Shades of Lucky #A5961C

Tints of Lucky #A5961C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 48.1%
G = 43.73%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A5961C (or 0xA5961C) is known color: Lucky. HEX triplet: A5, 96 and 1C. RGB value is (165,150,28). Sum of RGB (Red+Green+Blue) = 165+150+28=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5961C is #5A69E3. Grayscale: #8D8D8D. Windows color (decimal): -5925348 or 1873573. OLE color: 1873573.

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

Color convert

RGB 165 150 28 -
CMYK 0 0.09 0.83 0.35
HSL 53.43º 0.71% 0.38% -
HSV(B) 53.43º 0.83% 0.65% -
XYZ 26.63 29.9 5.47 -
YUV 140.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 165 150 28 0 0.09 0.83 0.35 53.43 0.71 0.38
Hex A5 96 1C 0 9 53 23 35 47 26
Octal 245 226 34 0 11 123 43 65 107 46
Binary 10100101 10010110 11100 0 1001 1010011 100011 110101 1000111 100110

Color Harmonies of #A5961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5961C

Black with #A5961C

Text Example


Text Example

White with #A5961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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