Html Css Color HEX #AB511D Rich Gold

📋 copy color: '#AB511D'

red 171 ◦ green 81 ◦ blue 29

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

Shades of Rich Gold #AB511D

Tints of Rich Gold #AB511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 60.85%
G = 28.83%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB511D (or 0xAB511D) is known color: Rich Gold. HEX triplet: AB, 51 and 1D. RGB value is (171,81,29). Sum of RGB (Red+Green+Blue) = 171+81+29=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB511D is #54AEE2. Grayscale: #666666. Windows color (decimal): -5549795 or 1921451. OLE color: 1921451.

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

Color convert

RGB 171 81 29 -
CMYK 0 0.53 0.83 0.33
HSL 21.97º 0.71% 0.39% -
HSV(B) 21.97º 0.83% 0.67% -
XYZ 19.96 14.63 2.93 -
YUV 101.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 171 81 29 0 0.53 0.83 0.33 21.97 0.71 0.39
Hex AB 51 1D 0 35 53 21 16 47 27
Octal 253 121 35 0 65 123 41 26 107 47
Binary 10101011 1010001 11101 0 110101 1010011 100001 10110 1000111 100111

Color Harmonies of #AB511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB511D

Black with #AB511D

Text Example


Text Example

White with #AB511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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