Html Css Color HEX #AD521B Rich Gold

📋 copy color: '#AD521B'

red 173 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #AD521B

Tints of Rich Gold #AD521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.57%

R = 61.35%
G = 29.08%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD521B (or 0xAD521B) is known color: Rich Gold. HEX triplet: AD, 52 and 1B. RGB value is (173,82,27). Sum of RGB (Red+Green+Blue) = 173+82+27=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD521B is #52ADE4. Grayscale: #676767. Windows color (decimal): -5418469 or 1790637. OLE color: 1790637.

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

Color convert

RGB 173 82 27 -
CMYK 0 0.53 0.84 0.32
HSL 22.6º 0.73% 0.39% -
HSV(B) 22.6º 0.84% 0.68% -
XYZ 20.45 15 2.85 -
YUV 102.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 173 82 27 0 0.53 0.84 0.32 22.6 0.73 0.39
Hex AD 52 1B 0 35 54 20 17 49 27
Octal 255 122 33 0 65 124 40 27 111 47
Binary 10101101 1010010 11011 0 110101 1010100 100000 10111 1001001 100111

Color Harmonies of #AD521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD521B

Black with #AD521B

Text Example


Text Example

White with #AD521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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