Html Css Color HEX #A55628 Rich Gold

📋 copy color: '#A55628'

red 165 ◦ green 86 ◦ blue 40

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

Shades of Rich Gold #A55628

Tints of Rich Gold #A55628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

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

R = 56.7%
G = 29.55%
B = 13.75%

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

#A55628 (or 0xA55628) is known color: Rich Gold. HEX triplet: A5, 56 and 28. RGB value is (165,86,40). Sum of RGB (Red+Green+Blue) = 165+86+40=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A55628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55628 is #5AA9D7. Grayscale: #686868. Windows color (decimal): -5941720 or 2643621. OLE color: 2643621.

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

Color convert

RGB 165 86 40 -
CMYK 0 0.48 0.76 0.35
HSL 22.08º 0.61% 0.4% -
HSV(B) 22.08º 0.76% 0.65% -
XYZ 19.23 14.81 3.85 -
YUV 104.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 165 86 40 0 0.48 0.76 0.35 22.08 0.61 0.4
Hex A5 56 28 0 30 4C 23 16 3D 28
Octal 245 126 50 0 60 114 43 26 75 50
Binary 10100101 1010110 101000 0 110000 1001100 100011 10110 111101 101000

Color Harmonies of #A55628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55628

Black with #A55628

Text Example


Text Example

White with #A55628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55628; }

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

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

background-color css

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

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

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

border-color css

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

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

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