Html Css Color HEX #A55B28 Rich Gold

📋 copy color: '#A55B28'

red 165 ◦ green 91 ◦ blue 40

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

Shades of Rich Gold #A55B28

Tints of Rich Gold #A55B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.74%

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

R = 55.74%
G = 30.74%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A55B28 (or 0xA55B28) is known color: Rich Gold. HEX triplet: A5, 5B and 28. RGB value is (165,91,40). Sum of RGB (Red+Green+Blue) = 165+91+40=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B28 is #5AA4D7. Grayscale: #6B6B6B. Windows color (decimal): -5940440 or 2644901. OLE color: 2644901.

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

Color convert

RGB 165 91 40 -
CMYK 0 0.45 0.76 0.35
HSL 24.48º 0.61% 0.4% -
HSV(B) 24.48º 0.76% 0.65% -
XYZ 19.64 15.63 3.99 -
YUV 107.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 165 91 40 0 0.45 0.76 0.35 24.48 0.61 0.4
Hex A5 5B 28 0 2D 4C 23 18 3D 28
Octal 245 133 50 0 55 114 43 30 75 50
Binary 10100101 1011011 101000 0 101101 1001100 100011 11000 111101 101000

Color Harmonies of #A55B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B28

Black with #A55B28

Text Example


Text Example

White with #A55B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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