Html Css Color HEX #AD601B Rich Gold

📋 copy color: '#AD601B'

red 173 ◦ green 96 ◦ blue 27

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

Shades of Rich Gold #AD601B

Tints of Rich Gold #AD601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.43%

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

R = 58.45%
G = 32.43%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD601B (or 0xAD601B) is known color: Rich Gold. HEX triplet: AD, 60 and 1B. RGB value is (173,96,27). Sum of RGB (Red+Green+Blue) = 173+96+27=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD601B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD601B is #529FE4. Grayscale: #6F6F6F. Windows color (decimal): -5414885 or 1794221. OLE color: 1794221.

HSL color Cylindrical-coordinate representation of color #AD601B: hue angle of 28.36º 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 #AD601B is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 27 -
CMYK 0 0.45 0.84 0.32
HSL 28.36º 0.73% 0.39% -
HSV(B) 28.36º 0.84% 0.68% -
XYZ 21.61 17.33 3.24 -
YUV 111.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 173 96 27 0 0.45 0.84 0.32 28.36 0.73 0.39
Hex AD 60 1B 0 2D 54 20 1C 49 27
Octal 255 140 33 0 55 124 40 34 111 47
Binary 10101101 1100000 11011 0 101101 1010100 100000 11100 1001001 100111

Color Harmonies of #AD601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD601B

Black with #AD601B

Text Example


Text Example

White with #AD601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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