Html Css Color HEX #A55729 Rich Gold

📋 copy color: '#A55729'

red 165 ◦ green 87 ◦ blue 41

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

Shades of Rich Gold #A55729

Tints of Rich Gold #A55729

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.69%

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

R = 56.31%
G = 29.69%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A55729 (or 0xA55729) is known color: Rich Gold. HEX triplet: A5, 57 and 29. RGB value is (165,87,41). Sum of RGB (Red+Green+Blue) = 165+87+41=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A55729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55729 is #5AA8D6. Grayscale: #696969. Windows color (decimal): -5941463 or 2709413. OLE color: 2709413.

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

Color convert

RGB 165 87 41 -
CMYK 0 0.47 0.75 0.35
HSL 22.26º 0.6% 0.4% -
HSV(B) 22.26º 0.75% 0.65% -
XYZ 19.33 14.98 3.97 -
YUV 105.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 165 87 41 0 0.47 0.75 0.35 22.26 0.6 0.4
Hex A5 57 29 0 2F 4B 23 16 3C 28
Octal 245 127 51 0 57 113 43 26 74 50
Binary 10100101 1010111 101001 0 101111 1001011 100011 10110 111100 101000

Color Harmonies of #A55729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55729

Black with #A55729

Text Example


Text Example

White with #A55729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55729; }

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

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

background-color css

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

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

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

border-color css

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

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

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