Html Css Color HEX #AB541F Rich Gold

📋 copy color: '#AB541F'

red 171 ◦ green 84 ◦ blue 31

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

Shades of Rich Gold #AB541F

Tints of Rich Gold #AB541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

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

R = 59.79%
G = 29.37%
B = 10.84%

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

#AB541F (or 0xAB541F) is known color: Rich Gold. HEX triplet: AB, 54 and 1F. RGB value is (171,84,31). Sum of RGB (Red+Green+Blue) = 171+84+31=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB541F is #54ABE0. Grayscale: #686868. Windows color (decimal): -5549025 or 2053291. OLE color: 2053291.

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

Color convert

RGB 171 84 31 -
CMYK 0 0.51 0.82 0.33
HSL 22.71º 0.69% 0.4% -
HSV(B) 22.71º 0.82% 0.67% -
XYZ 20.21 15.1 3.15 -
YUV 103.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 171 84 31 0 0.51 0.82 0.33 22.71 0.69 0.4
Hex AB 54 1F 0 33 52 21 17 45 28
Octal 253 124 37 0 63 122 41 27 105 50
Binary 10101011 1010100 11111 0 110011 1010010 100001 10111 1000101 101000

Color Harmonies of #AB541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB541F

Black with #AB541F

Text Example


Text Example

White with #AB541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB541F; }

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

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

background-color css

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

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

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

border-color css

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

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

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