Html Css Color HEX #A55B29 Rich Gold

📋 copy color: '#A55B29'

red 165 ◦ green 91 ◦ blue 41

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

Shades of Rich Gold #A55B29

Tints of Rich Gold #A55B29

RGB

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

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

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

R = 55.56%
G = 30.64%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A55B29 (or 0xA55B29) is known color: Rich Gold. HEX triplet: A5, 5B and 29. RGB value is (165,91,41). Sum of RGB (Red+Green+Blue) = 165+91+41=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B29 is #5AA4D6. Grayscale: #6B6B6B. Windows color (decimal): -5940439 or 2710437. OLE color: 2710437.

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

Color convert

RGB 165 91 41 -
CMYK 0 0.45 0.75 0.35
HSL 24.19º 0.6% 0.4% -
HSV(B) 24.19º 0.75% 0.65% -
XYZ 19.66 15.64 4.08 -
YUV 107.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 165 91 41 0 0.45 0.75 0.35 24.19 0.6 0.4
Hex A5 5B 29 0 2D 4B 23 18 3C 28
Octal 245 133 51 0 55 113 43 30 74 50
Binary 10100101 1011011 101001 0 101101 1001011 100011 11000 111100 101000

Color Harmonies of #A55B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B29

Black with #A55B29

Text Example


Text Example

White with #A55B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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