Html Css Color HEX #AD521F Rich Gold

📋 copy color: '#AD521F'

red 173 ◦ green 82 ◦ blue 31

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

Shades of Rich Gold #AD521F

Tints of Rich Gold #AD521F

RGB

 RED value IS 173 (67.97% from 255) = 60.49%

 GREEN value IS 82 (32.42% from 255) = 28.67%

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 60.49%
G = 28.67%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD521F (or 0xAD521F) is known color: Rich Gold. HEX triplet: AD, 52 and 1F. RGB value is (173,82,31). Sum of RGB (Red+Green+Blue) = 173+82+31=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD521F is #52ADE0. Grayscale: #676767. Windows color (decimal): -5418465 or 2052781. OLE color: 2052781.

HSL color Cylindrical-coordinate representation of color #AD521F: hue angle of 21.55º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD521F is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 31 -
CMYK 0 0.53 0.82 0.32
HSL 21.55º 0.7% 0.4% -
HSV(B) 21.55º 0.82% 0.68% -
XYZ 20.5 15.02 3.11 -
YUV 103.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 173 82 31 0 0.53 0.82 0.32 21.55 0.7 0.4
Hex AD 52 1F 0 35 52 20 16 46 28
Octal 255 122 37 0 65 122 40 26 106 50
Binary 10101101 1010010 11111 0 110101 1010010 100000 10110 1000110 101000

Color Harmonies of #AD521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD521F

Black with #AD521F

Text Example


Text Example

White with #AD521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD521F; }

 p { color: rgb(173,82,31); }

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

background-color css

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

 a { background-color: rgb(173,82,31); }

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

border-color css

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

 span { border-color: rgb(173,82,31); }

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