Html Css Color HEX #AB5525 Rich Gold

📋 copy color: '#AB5525'

red 171 ◦ green 85 ◦ blue 37

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

Shades of Rich Gold #AB5525

Tints of Rich Gold #AB5525

RGB

 RED value IS 171 (67.19% from 255) = 58.36%

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 58.36%
G = 29.01%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB5525 (or 0xAB5525) is known color: Rich Gold. HEX triplet: AB, 55 and 25. RGB value is (171,85,37). Sum of RGB (Red+Green+Blue) = 171+85+37=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5525 is #54AADA. Grayscale: #696969. Windows color (decimal): -5548763 or 2446763. OLE color: 2446763.

HSL color Cylindrical-coordinate representation of color #AB5525: hue angle of 21.49º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB5525 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 37 -
CMYK 0 0.50 0.78 0.33
HSL 21.49º 0.64% 0.41% -
HSV(B) 21.49º 0.78% 0.67% -
XYZ 20.38 15.29 3.63 -
YUV 105.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 171 85 37 0 0.50 0.78 0.33 21.49 0.64 0.41
Hex AB 55 25 0 32 4E 21 15 40 29
Octal 253 125 45 0 62 116 41 25 100 51
Binary 10101011 1010101 100101 0 110010 1001110 100001 10101 1000000 101001

Color Harmonies of #AB5525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5525

Black with #AB5525

Text Example


Text Example

White with #AB5525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5525; }

 p { color: rgb(171,85,37); }

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

background-color css

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

 a { background-color: rgb(171,85,37); }

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

border-color css

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

 span { border-color: rgb(171,85,37); }

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