Html Css Color HEX #A55528 Rich Gold

📋 copy color: '#A55528'

red 165 ◦ green 85 ◦ blue 40

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

Shades of Rich Gold #A55528

Tints of Rich Gold #A55528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 56.9%
G = 29.31%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A55528 (or 0xA55528) is known color: Rich Gold. HEX triplet: A5, 55 and 28. RGB value is (165,85,40). Sum of RGB (Red+Green+Blue) = 165+85+40=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A55528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55528 is #5AAAD7. Grayscale: #686868. Windows color (decimal): -5941976 or 2643365. OLE color: 2643365.

HSL color Cylindrical-coordinate representation of color #A55528: hue angle of 21.6º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A55528 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 85 40 -
CMYK 0 0.48 0.76 0.35
HSL 21.6º 0.61% 0.4% -
HSV(B) 21.6º 0.76% 0.65% -
XYZ 19.15 14.65 3.83 -
YUV 103.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 165 85 40 0 0.48 0.76 0.35 21.6 0.61 0.4
Hex A5 55 28 0 30 4C 23 16 3D 28
Octal 245 125 50 0 60 114 43 26 75 50
Binary 10100101 1010101 101000 0 110000 1001100 100011 10110 111101 101000

Color Harmonies of #A55528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55528

Black with #A55528

Text Example


Text Example

White with #A55528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55528; }

 p { color: rgb(165,85,40); }

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

background-color css

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

 a { background-color: rgb(165,85,40); }

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

border-color css

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

 span { border-color: rgb(165,85,40); }

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