Html Css Color HEX #A55F20 Rich Gold

📋 copy color: '#A55F20'

red 165 ◦ green 95 ◦ blue 32

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

Shades of Rich Gold #A55F20

Tints of Rich Gold #A55F20

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.53%

 BLUE value IS 32 (12.89% from 255) = 10.96%

R = 56.51%
G = 32.53%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A55F20 (or 0xA55F20) is known color: Rich Gold. HEX triplet: A5, 5F and 20. RGB value is (165,95,32). Sum of RGB (Red+Green+Blue) = 165+95+32=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F20 is #5AA0DF. Grayscale: #6D6D6D. Windows color (decimal): -5939424 or 2121637. OLE color: 2121637.

HSL color Cylindrical-coordinate representation of color #A55F20: hue angle of 28.42º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A55F20 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 95 32 -
CMYK 0 0.42 0.81 0.35
HSL 28.42º 0.68% 0.39% -
HSV(B) 28.42º 0.81% 0.65% -
XYZ 19.87 16.29 3.46 -
YUV 108.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 165 95 32 0 0.42 0.81 0.35 28.42 0.68 0.39
Hex A5 5F 20 0 2A 51 23 1C 44 27
Octal 245 137 40 0 52 121 43 34 104 47
Binary 10100101 1011111 100000 0 101010 1010001 100011 11100 1000100 100111

Color Harmonies of #A55F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F20

Black with #A55F20

Text Example


Text Example

White with #A55F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F20; }

 p { color: rgb(165,95,32); }

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

background-color css

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

 a { background-color: rgb(165,95,32); }

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

border-color css

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

 span { border-color: rgb(165,95,32); }

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