Html Css Color HEX #AB481E Rich Gold

📋 copy color: '#AB481E'

red 171 ◦ green 72 ◦ blue 30

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

Shades of Rich Gold #AB481E

Tints of Rich Gold #AB481E

RGB

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

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

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

R = 62.64%
G = 26.37%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB481E (or 0xAB481E) is known color: Rich Gold. HEX triplet: AB, 48 and 1E. RGB value is (171,72,30). Sum of RGB (Red+Green+Blue) = 171+72+30=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB481E is #54B7E1. Grayscale: #616161. Windows color (decimal): -5552098 or 1984683. OLE color: 1984683.

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

Color convert

RGB 171 72 30 -
CMYK 0 0.58 0.82 0.33
HSL 17.87º 0.7% 0.39% -
HSV(B) 17.87º 0.82% 0.67% -
XYZ 19.35 13.39 2.79 -
YUV 96.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 171 72 30 0 0.58 0.82 0.33 17.87 0.7 0.39
Hex AB 48 1E 0 3A 52 21 12 46 27
Octal 253 110 36 0 72 122 41 22 106 47
Binary 10101011 1001000 11110 0 111010 1010010 100001 10010 1000110 100111

Color Harmonies of #AB481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB481E

Black with #AB481E

Text Example


Text Example

White with #AB481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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