Html Css Color HEX #AB5315 Rich Gold

📋 copy color: '#AB5315'

red 171 ◦ green 83 ◦ blue 21

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

Shades of Rich Gold #AB5315

Tints of Rich Gold #AB5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 62.18%
G = 30.18%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB5315 (or 0xAB5315) is known color: Rich Gold. HEX triplet: AB, 53 and 15. RGB value is (171,83,21). Sum of RGB (Red+Green+Blue) = 171+83+21=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5315 is #54ACEA. Grayscale: #666666. Windows color (decimal): -5549291 or 1397675. OLE color: 1397675.

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

Color convert

RGB 171 83 21 -
CMYK 0 0.51 0.88 0.33
HSL 24.8º 0.78% 0.38% -
HSV(B) 24.8º 0.88% 0.67% -
XYZ 20.02 14.9 2.53 -
YUV 102.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 171 83 21 0 0.51 0.88 0.33 24.8 0.78 0.38
Hex AB 53 15 0 33 58 21 19 4E 26
Octal 253 123 25 0 63 130 41 31 116 46
Binary 10101011 1010011 10101 0 110011 1011000 100001 11001 1001110 100110

Color Harmonies of #AB5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5315

Black with #AB5315

Text Example


Text Example

White with #AB5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5315; }

 p { color: rgb(171,83,21); }

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

background-color css

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

 a { background-color: rgb(171,83,21); }

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

border-color css

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

 span { border-color: rgb(171,83,21); }

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