Html Css Color HEX #AB4C17 Rich Gold

📋 copy color: '#AB4C17'

red 171 ◦ green 76 ◦ blue 23

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

Shades of Rich Gold #AB4C17

Tints of Rich Gold #AB4C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 23 (9.38% from 255) = 8.52%

R = 63.33%
G = 28.15%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB4C17 (or 0xAB4C17) is known color: Rich Gold. HEX triplet: AB, 4C and 17. RGB value is (171,76,23). Sum of RGB (Red+Green+Blue) = 171+76+23=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4C17 is #54B3E8. Grayscale: #626262. Windows color (decimal): -5551081 or 1526955. OLE color: 1526955.

HSL color Cylindrical-coordinate representation of color #AB4C17: hue angle of 21.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB4C17 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 76 23 -
CMYK 0 0.56 0.87 0.33
HSL 21.49º 0.76% 0.38% -
HSV(B) 21.49º 0.87% 0.67% -
XYZ 19.53 13.89 2.46 -
YUV 98.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 171 76 23 0 0.56 0.87 0.33 21.49 0.76 0.38
Hex AB 4C 17 0 38 57 21 15 4C 26
Octal 253 114 27 0 70 127 41 25 114 46
Binary 10101011 1001100 10111 0 111000 1010111 100001 10101 1001100 100110

Color Harmonies of #AB4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C17

Black with #AB4C17

Text Example


Text Example

White with #AB4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C17; }

 p { color: rgb(171,76,23); }

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

background-color css

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

 a { background-color: rgb(171,76,23); }

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

border-color css

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

 span { border-color: rgb(171,76,23); }

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