Html Css Color HEX #AB481C Rich Gold

📋 copy color: '#AB481C'

red 171 ◦ green 72 ◦ blue 28

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

Shades of Rich Gold #AB481C

Tints of Rich Gold #AB481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 63.1%
G = 26.57%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB481C (or 0xAB481C) is known color: Rich Gold. HEX triplet: AB, 48 and 1C. RGB value is (171,72,28). Sum of RGB (Red+Green+Blue) = 171+72+28=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB481C is #54B7E3. Grayscale: #606060. Windows color (decimal): -5552100 or 1853611. OLE color: 1853611.

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

Color convert

RGB 171 72 28 -
CMYK 0 0.58 0.84 0.33
HSL 18.46º 0.72% 0.39% -
HSV(B) 18.46º 0.84% 0.67% -
XYZ 19.32 13.38 2.66 -
YUV 96.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 171 72 28 0 0.58 0.84 0.33 18.46 0.72 0.39
Hex AB 48 1C 0 3A 54 21 12 48 27
Octal 253 110 34 0 72 124 41 22 110 47
Binary 10101011 1001000 11100 0 111010 1010100 100001 10010 1001000 100111

Color Harmonies of #AB481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB481C

Black with #AB481C

Text Example


Text Example

White with #AB481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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