Html Css Color HEX #AB531F Rich Gold

📋 copy color: '#AB531F'

red 171 ◦ green 83 ◦ blue 31

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

Shades of Rich Gold #AB531F

Tints of Rich Gold #AB531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 60%
G = 29.12%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB531F (or 0xAB531F) is known color: Rich Gold. HEX triplet: AB, 53 and 1F. RGB value is (171,83,31). Sum of RGB (Red+Green+Blue) = 171+83+31=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB531F is #54ACE0. Grayscale: #676767. Windows color (decimal): -5549281 or 2053035. OLE color: 2053035.

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

Color convert

RGB 171 83 31 -
CMYK 0 0.51 0.82 0.33
HSL 22.29º 0.69% 0.4% -
HSV(B) 22.29º 0.82% 0.67% -
XYZ 20.14 14.94 3.12 -
YUV 103.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 171 83 31 0 0.51 0.82 0.33 22.29 0.69 0.4
Hex AB 53 1F 0 33 52 21 16 45 28
Octal 253 123 37 0 63 122 41 26 105 50
Binary 10101011 1010011 11111 0 110011 1010010 100001 10110 1000101 101000

Color Harmonies of #AB531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB531F

Black with #AB531F

Text Example


Text Example

White with #AB531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB531F; }

 p { color: rgb(171,83,31); }

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

background-color css

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

 a { background-color: rgb(171,83,31); }

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

border-color css

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

 span { border-color: rgb(171,83,31); }

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