Html Css Color HEX #AB5316 Rich Gold

📋 copy color: '#AB5316'

red 171 ◦ green 83 ◦ blue 22

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

Shades of Rich Gold #AB5316

Tints of Rich Gold #AB5316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.97%

R = 61.96%
G = 30.07%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB5316 (or 0xAB5316) is known color: Rich Gold. HEX triplet: AB, 53 and 16. RGB value is (171,83,22). Sum of RGB (Red+Green+Blue) = 171+83+22=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5316 is #54ACE9. Grayscale: #666666. Windows color (decimal): -5549290 or 1463211. OLE color: 1463211.

HSL color Cylindrical-coordinate representation of color #AB5316: hue angle of 24.56º degrees, saturation: 0.77, 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 #AB5316 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 83 22 -
CMYK 0 0.51 0.87 0.33
HSL 24.56º 0.77% 0.38% -
HSV(B) 24.56º 0.87% 0.67% -
XYZ 20.03 14.9 2.58 -
YUV 102.36 82.65 176.96 -
System Red Green Blue C M Y K H S L
Decimal 171 83 22 0 0.51 0.87 0.33 24.56 0.77 0.38
Hex AB 53 16 0 33 57 21 19 4D 26
Octal 253 123 26 0 63 127 41 31 115 46
Binary 10101011 1010011 10110 0 110011 1010111 100001 11001 1001101 100110

Color Harmonies of #AB5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5316

Black with #AB5316

Text Example


Text Example

White with #AB5316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5316; }

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

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

background-color css

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

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

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

border-color css

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

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

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