Html Css Color HEX #AB511C Rich Gold

📋 copy color: '#AB511C'

red 171 ◦ green 81 ◦ blue 28

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

Shades of Rich Gold #AB511C

Tints of Rich Gold #AB511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 61.07%
G = 28.93%
B = 10%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB511C (or 0xAB511C) is known color: Rich Gold. HEX triplet: AB, 51 and 1C. RGB value is (171,81,28). Sum of RGB (Red+Green+Blue) = 171+81+28=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB511C is #54AEE3. Grayscale: #666666. Windows color (decimal): -5549796 or 1855915. OLE color: 1855915.

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

Color convert

RGB 171 81 28 -
CMYK 0 0.53 0.84 0.33
HSL 22.24º 0.72% 0.39% -
HSV(B) 22.24º 0.84% 0.67% -
XYZ 19.95 14.63 2.87 -
YUV 101.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 171 81 28 0 0.53 0.84 0.33 22.24 0.72 0.39
Hex AB 51 1C 0 35 54 21 16 48 27
Octal 253 121 34 0 65 124 41 26 110 47
Binary 10101011 1010001 11100 0 110101 1010100 100001 10110 1001000 100111

Color Harmonies of #AB511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB511C

Black with #AB511C

Text Example


Text Example

White with #AB511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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