Html Css Color HEX #AB521F Rich Gold

📋 copy color: '#AB521F'

red 171 ◦ green 82 ◦ blue 31

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

Shades of Rich Gold #AB521F

Tints of Rich Gold #AB521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

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

R = 60.21%
G = 28.87%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB521F (or 0xAB521F) is known color: Rich Gold. HEX triplet: AB, 52 and 1F. RGB value is (171,82,31). Sum of RGB (Red+Green+Blue) = 171+82+31=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB521F is #54ADE0. Grayscale: #676767. Windows color (decimal): -5549537 or 2052779. OLE color: 2052779.

HSL color Cylindrical-coordinate representation of color #AB521F: hue angle of 21.86º 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 #AB521F is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 82 31 -
CMYK 0 0.52 0.82 0.33
HSL 21.86º 0.69% 0.4% -
HSV(B) 21.86º 0.82% 0.67% -
XYZ 20.06 14.79 3.09 -
YUV 102.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 171 82 31 0 0.52 0.82 0.33 21.86 0.69 0.4
Hex AB 52 1F 0 34 52 21 16 45 28
Octal 253 122 37 0 64 122 41 26 105 50
Binary 10101011 1010010 11111 0 110100 1010010 100001 10110 1000101 101000

Color Harmonies of #AB521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB521F

Black with #AB521F

Text Example


Text Example

White with #AB521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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