Html Css Color HEX #AB511E Rich Gold

📋 copy color: '#AB511E'

red 171 ◦ green 81 ◦ blue 30

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

Shades of Rich Gold #AB511E

Tints of Rich Gold #AB511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 60.64%
G = 28.72%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB511E (or 0xAB511E) is known color: Rich Gold. HEX triplet: AB, 51 and 1E. RGB value is (171,81,30). Sum of RGB (Red+Green+Blue) = 171+81+30=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB511E is #54AEE1. Grayscale: #666666. Windows color (decimal): -5549794 or 1986987. OLE color: 1986987.

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

Color convert

RGB 171 81 30 -
CMYK 0 0.53 0.82 0.33
HSL 21.7º 0.7% 0.39% -
HSV(B) 21.7º 0.82% 0.67% -
XYZ 19.97 14.64 3 -
YUV 102.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 171 81 30 0 0.53 0.82 0.33 21.7 0.7 0.39
Hex AB 51 1E 0 35 52 21 16 46 27
Octal 253 121 36 0 65 122 41 26 106 47
Binary 10101011 1010001 11110 0 110101 1010010 100001 10110 1000110 100111

Color Harmonies of #AB511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB511E

Black with #AB511E

Text Example


Text Example

White with #AB511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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