Html Css Color HEX #A55629 Rich Gold

📋 copy color: '#A55629'

red 165 ◦ green 86 ◦ blue 41

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

Shades of Rich Gold #A55629

Tints of Rich Gold #A55629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.04%

R = 56.51%
G = 29.45%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A55629 (or 0xA55629) is known color: Rich Gold. HEX triplet: A5, 56 and 29. RGB value is (165,86,41). Sum of RGB (Red+Green+Blue) = 165+86+41=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A55629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55629 is #5AA9D6. Grayscale: #686868. Windows color (decimal): -5941719 or 2709157. OLE color: 2709157.

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

Color convert

RGB 165 86 41 -
CMYK 0 0.48 0.75 0.35
HSL 21.77º 0.6% 0.4% -
HSV(B) 21.77º 0.75% 0.65% -
XYZ 19.25 14.82 3.94 -
YUV 104.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 165 86 41 0 0.48 0.75 0.35 21.77 0.6 0.4
Hex A5 56 29 0 30 4B 23 16 3C 28
Octal 245 126 51 0 60 113 43 26 74 50
Binary 10100101 1010110 101001 0 110000 1001011 100011 10110 111100 101000

Color Harmonies of #A55629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55629

Black with #A55629

Text Example


Text Example

White with #A55629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55629; }

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

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

background-color css

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

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

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

border-color css

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

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

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