Html Css Color HEX #AB491A Rich Gold

📋 copy color: '#AB491A'

red 171 ◦ green 73 ◦ blue 26

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

Shades of Rich Gold #AB491A

Tints of Rich Gold #AB491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 63.33%
G = 27.04%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB491A (or 0xAB491A) is known color: Rich Gold. HEX triplet: AB, 49 and 1A. RGB value is (171,73,26). Sum of RGB (Red+Green+Blue) = 171+73+26=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB491A is #54B6E5. Grayscale: #616161. Windows color (decimal): -5551846 or 1722795. OLE color: 1722795.

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

Color convert

RGB 171 73 26 -
CMYK 0 0.57 0.85 0.33
HSL 19.45º 0.74% 0.39% -
HSV(B) 19.45º 0.85% 0.67% -
XYZ 19.36 13.5 2.56 -
YUV 96.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 171 73 26 0 0.57 0.85 0.33 19.45 0.74 0.39
Hex AB 49 1A 0 39 55 21 13 4A 27
Octal 253 111 32 0 71 125 41 23 112 47
Binary 10101011 1001001 11010 0 111001 1010101 100001 10011 1001010 100111

Color Harmonies of #AB491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB491A

Black with #AB491A

Text Example


Text Example

White with #AB491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB491A; }

 p { color: rgb(171,73,26); }

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

background-color css

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

 a { background-color: rgb(171,73,26); }

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

border-color css

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

 span { border-color: rgb(171,73,26); }

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