Html Css Color HEX #AB5319 Rich Gold

📋 copy color: '#AB5319'

red 171 ◦ green 83 ◦ blue 25

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

Shades of Rich Gold #AB5319

Tints of Rich Gold #AB5319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.96%

R = 61.29%
G = 29.75%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB5319 (or 0xAB5319) is known color: Rich Gold. HEX triplet: AB, 53 and 19. RGB value is (171,83,25). Sum of RGB (Red+Green+Blue) = 171+83+25=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5319 is #54ACE6. Grayscale: #676767. Windows color (decimal): -5549287 or 1659819. OLE color: 1659819.

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

Color convert

RGB 171 83 25 -
CMYK 0 0.51 0.85 0.33
HSL 23.84º 0.74% 0.38% -
HSV(B) 23.84º 0.85% 0.67% -
XYZ 20.06 14.91 2.74 -
YUV 102.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 171 83 25 0 0.51 0.85 0.33 23.84 0.74 0.38
Hex AB 53 19 0 33 55 21 18 4A 26
Octal 253 123 31 0 63 125 41 30 112 46
Binary 10101011 1010011 11001 0 110011 1010101 100001 11000 1001010 100110

Color Harmonies of #AB5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5319

Black with #AB5319

Text Example


Text Example

White with #AB5319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5319; }

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

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

background-color css

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

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

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

border-color css

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

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

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