Html Css Color HEX #A55C29 Rich Gold

📋 copy color: '#A55C29'

red 165 ◦ green 92 ◦ blue 41

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

Shades of Rich Gold #A55C29

Tints of Rich Gold #A55C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.87%

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

R = 55.37%
G = 30.87%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A55C29 (or 0xA55C29) is known color: Rich Gold. HEX triplet: A5, 5C and 29. RGB value is (165,92,41). Sum of RGB (Red+Green+Blue) = 165+92+41=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C29 is #5AA3D6. Grayscale: #6C6C6C. Windows color (decimal): -5940183 or 2710693. OLE color: 2710693.

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

Color convert

RGB 165 92 41 -
CMYK 0 0.44 0.75 0.35
HSL 24.68º 0.6% 0.4% -
HSV(B) 24.68º 0.75% 0.65% -
XYZ 19.74 15.81 4.11 -
YUV 108.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 165 92 41 0 0.44 0.75 0.35 24.68 0.6 0.4
Hex A5 5C 29 0 2C 4B 23 19 3C 28
Octal 245 134 51 0 54 113 43 31 74 50
Binary 10100101 1011100 101001 0 101100 1001011 100011 11001 111100 101000

Color Harmonies of #A55C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C29

Black with #A55C29

Text Example


Text Example

White with #A55C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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