Html Css Color HEX #AD531A Rich Gold

📋 copy color: '#AD531A'

red 173 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #AD531A

Tints of Rich Gold #AD531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 61.35%
G = 29.43%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD531A (or 0xAD531A) is known color: Rich Gold. HEX triplet: AD, 53 and 1A. RGB value is (173,83,26). Sum of RGB (Red+Green+Blue) = 173+83+26=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD531A is #52ACE5. Grayscale: #676767. Windows color (decimal): -5418214 or 1725357. OLE color: 1725357.

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

Color convert

RGB 173 83 26 -
CMYK 0 0.52 0.85 0.32
HSL 23.27º 0.74% 0.39% -
HSV(B) 23.27º 0.85% 0.68% -
XYZ 20.51 15.15 2.82 -
YUV 103.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 173 83 26 0 0.52 0.85 0.32 23.27 0.74 0.39
Hex AD 53 1A 0 34 55 20 17 4A 27
Octal 255 123 32 0 64 125 40 27 112 47
Binary 10101101 1010011 11010 0 110100 1010101 100000 10111 1001010 100111

Color Harmonies of #AD531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD531A

Black with #AD531A

Text Example


Text Example

White with #AD531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD531A; }

 p { color: rgb(173,83,26); }

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

background-color css

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

 a { background-color: rgb(173,83,26); }

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

border-color css

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

 span { border-color: rgb(173,83,26); }

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