Html Css Color HEX #AB501E Rich Gold

📋 copy color: '#AB501E'

red 171 ◦ green 80 ◦ blue 30

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

Shades of Rich Gold #AB501E

Tints of Rich Gold #AB501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 60.85%
G = 28.47%
B = 10.68%

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

#AB501E (or 0xAB501E) is known color: Rich Gold. HEX triplet: AB, 50 and 1E. RGB value is (171,80,30). Sum of RGB (Red+Green+Blue) = 171+80+30=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB501E is #54AFE1. Grayscale: #656565. Windows color (decimal): -5550050 or 1986731. OLE color: 1986731.

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

Color convert

RGB 171 80 30 -
CMYK 0 0.53 0.82 0.33
HSL 21.28º 0.7% 0.39% -
HSV(B) 21.28º 0.82% 0.67% -
XYZ 19.9 14.49 2.98 -
YUV 101.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 171 80 30 0 0.53 0.82 0.33 21.28 0.7 0.39
Hex AB 50 1E 0 35 52 21 15 46 27
Octal 253 120 36 0 65 122 41 25 106 47
Binary 10101011 1010000 11110 0 110101 1010010 100001 10101 1000110 100111

Color Harmonies of #AB501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB501E

Black with #AB501E

Text Example


Text Example

White with #AB501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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