Html Css Color HEX #AD3E20 Rock Spray

📋 copy color: '#AD3E20'

red 173 ◦ green 62 ◦ blue 32

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

Shades of Rock Spray #AD3E20

Tints of Rock Spray #AD3E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.22%

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

R = 64.79%
G = 23.22%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD3E20 (or 0xAD3E20) is known color: Rock Spray. HEX triplet: AD, 3E and 20. RGB value is (173,62,32). Sum of RGB (Red+Green+Blue) = 173+62+32=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E20 is #52C1DF. Grayscale: #5B5B5B. Windows color (decimal): -5423584 or 2113197. OLE color: 2113197.

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

Color convert

RGB 173 62 32 -
CMYK 0 0.64 0.82 0.32
HSL 12.77º 0.69% 0.4% -
HSV(B) 12.77º 0.82% 0.68% -
XYZ 19.22 12.43 2.75 -
YUV 91.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 173 62 32 0 0.64 0.82 0.32 12.77 0.69 0.4
Hex AD 3E 20 0 40 52 20 D 45 28
Octal 255 76 40 0 100 122 40 15 105 50
Binary 10101101 111110 100000 0 1000000 1010010 100000 1101 1000101 101000

Color Harmonies of #AD3E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E20

Black with #AD3E20

Text Example


Text Example

White with #AD3E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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