Html Css Color HEX #AB491B Rich Gold

📋 copy color: '#AB491B'

red 171 ◦ green 73 ◦ blue 27

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

Shades of Rich Gold #AB491B

Tints of Rich Gold #AB491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 63.1%
G = 26.94%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB491B (or 0xAB491B) is known color: Rich Gold. HEX triplet: AB, 49 and 1B. RGB value is (171,73,27). Sum of RGB (Red+Green+Blue) = 171+73+27=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB491B is #54B6E4. Grayscale: #616161. Windows color (decimal): -5551845 or 1788331. OLE color: 1788331.

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

Color convert

RGB 171 73 27 -
CMYK 0 0.57 0.84 0.33
HSL 19.17º 0.73% 0.39% -
HSV(B) 19.17º 0.84% 0.67% -
XYZ 19.37 13.5 2.62 -
YUV 97.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 171 73 27 0 0.57 0.84 0.33 19.17 0.73 0.39
Hex AB 49 1B 0 39 54 21 13 49 27
Octal 253 111 33 0 71 124 41 23 111 47
Binary 10101011 1001001 11011 0 111001 1010100 100001 10011 1001001 100111

Color Harmonies of #AB491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB491B

Black with #AB491B

Text Example


Text Example

White with #AB491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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