Html Css Color HEX #AD4020 Rock Spray

📋 copy color: '#AD4020'

red 173 ◦ green 64 ◦ blue 32

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

Shades of Rock Spray #AD4020

Tints of Rock Spray #AD4020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 64.31%
G = 23.79%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD4020 (or 0xAD4020) is known color: Rock Spray. HEX triplet: AD, 40 and 20. RGB value is (173,64,32). Sum of RGB (Red+Green+Blue) = 173+64+32=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4020 is #52BFDF. Grayscale: #5D5D5D. Windows color (decimal): -5423072 or 2113709. OLE color: 2113709.

HSL color Cylindrical-coordinate representation of color #AD4020: hue angle of 13.62º degrees, saturation: 0.69, 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 #AD4020 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 64 32 -
CMYK 0 0.63 0.82 0.32
HSL 13.62º 0.69% 0.4% -
HSV(B) 13.62º 0.82% 0.68% -
XYZ 19.33 12.66 2.79 -
YUV 92.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 173 64 32 0 0.63 0.82 0.32 13.62 0.69 0.4
Hex AD 40 20 0 3F 52 20 E 45 28
Octal 255 100 40 0 77 122 40 16 105 50
Binary 10101101 1000000 100000 0 111111 1010010 100000 1110 1000101 101000

Color Harmonies of #AD4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4020

Black with #AD4020

Text Example


Text Example

White with #AD4020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4020; }

 p { color: rgb(173,64,32); }

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

background-color css

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

 a { background-color: rgb(173,64,32); }

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

border-color css

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

 span { border-color: rgb(173,64,32); }

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