Html Css Color HEX #AB5314 Rich Gold

📋 copy color: '#AB5314'

red 171 ◦ green 83 ◦ blue 20

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

Shades of Rich Gold #AB5314

Tints of Rich Gold #AB5314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 62.41%
G = 30.29%
B = 7.3%

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

#AB5314 (or 0xAB5314) is known color: Rich Gold. HEX triplet: AB, 53 and 14. RGB value is (171,83,20). Sum of RGB (Red+Green+Blue) = 171+83+20=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5314 is #54ACEB. Grayscale: #666666. Windows color (decimal): -5549292 or 1332139. OLE color: 1332139.

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

Color convert

RGB 171 83 20 -
CMYK 0 0.51 0.88 0.33
HSL 25.03º 0.79% 0.37% -
HSV(B) 25.03º 0.88% 0.67% -
XYZ 20.01 14.89 2.48 -
YUV 102.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 171 83 20 0 0.51 0.88 0.33 25.03 0.79 0.37
Hex AB 53 14 0 33 58 21 19 4F 25
Octal 253 123 24 0 63 130 41 31 117 45
Binary 10101011 1010011 10100 0 110011 1011000 100001 11001 1001111 100101

Color Harmonies of #AB5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5314

Black with #AB5314

Text Example


Text Example

White with #AB5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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