Html Css Color HEX #AB5121 Rich Gold

📋 copy color: '#AB5121'

red 171 ◦ green 81 ◦ blue 33

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

Shades of Rich Gold #AB5121

Tints of Rich Gold #AB5121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.42%

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 60%
G = 28.42%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB5121 (or 0xAB5121) is known color: Rich Gold. HEX triplet: AB, 51 and 21. RGB value is (171,81,33). Sum of RGB (Red+Green+Blue) = 171+81+33=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5121 is #54AEDE. Grayscale: #666666. Windows color (decimal): -5549791 or 2183595. OLE color: 2183595.

HSL color Cylindrical-coordinate representation of color #AB5121: hue angle of 20.87º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB5121 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 81 33 -
CMYK 0 0.53 0.81 0.33
HSL 20.87º 0.68% 0.4% -
HSV(B) 20.87º 0.81% 0.67% -
XYZ 20.01 14.65 3.21 -
YUV 102.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 171 81 33 0 0.53 0.81 0.33 20.87 0.68 0.4
Hex AB 51 21 0 35 51 21 15 44 28
Octal 253 121 41 0 65 121 41 25 104 50
Binary 10101011 1010001 100001 0 110101 1010001 100001 10101 1000100 101000

Color Harmonies of #AB5121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5121

Black with #AB5121

Text Example


Text Example

White with #AB5121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5121; }

 p { color: rgb(171,81,33); }

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

background-color css

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

 a { background-color: rgb(171,81,33); }

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

border-color css

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

 span { border-color: rgb(171,81,33); }

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