Html Css Color HEX #AB5311 Rich Gold

📋 copy color: '#AB5311'

red 171 ◦ green 83 ◦ blue 17

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

Shades of Rich Gold #AB5311

Tints of Rich Gold #AB5311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.27%

R = 63.1%
G = 30.63%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB5311 (or 0xAB5311) is known color: Rich Gold. HEX triplet: AB, 53 and 11. RGB value is (171,83,17). Sum of RGB (Red+Green+Blue) = 171+83+17=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5311 is #54ACEE. Grayscale: #666666. Windows color (decimal): -5549295 or 1135531. OLE color: 1135531.

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

Color convert

RGB 171 83 17 -
CMYK 0 0.51 0.90 0.33
HSL 25.71º 0.82% 0.37% -
HSV(B) 25.71º 0.9% 0.67% -
XYZ 19.99 14.88 2.35 -
YUV 101.79 80.15 177.37 -
System Red Green Blue C M Y K H S L
Decimal 171 83 17 0 0.51 0.90 0.33 25.71 0.82 0.37
Hex AB 53 11 0 33 5A 21 1A 52 25
Octal 253 123 21 0 63 132 41 32 122 45
Binary 10101011 1010011 10001 0 110011 1011010 100001 11010 1010010 100101

Color Harmonies of #AB5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5311

Black with #AB5311

Text Example


Text Example

White with #AB5311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5311; }

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

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

background-color css

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

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

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

border-color css

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

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

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