Html Css Color HEX #AD4120 Rock Spray

📋 copy color: '#AD4120'

red 173 ◦ green 65 ◦ blue 32

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

Shades of Rock Spray #AD4120

Tints of Rock Spray #AD4120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 64.07%
G = 24.07%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD4120 (or 0xAD4120) is known color: Rock Spray. HEX triplet: AD, 41 and 20. RGB value is (173,65,32). Sum of RGB (Red+Green+Blue) = 173+65+32=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4120 is #52BEDF. Grayscale: #5D5D5D. Windows color (decimal): -5422816 or 2113965. OLE color: 2113965.

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

Color convert

RGB 173 65 32 -
CMYK 0 0.62 0.82 0.32
HSL 14.04º 0.69% 0.4% -
HSV(B) 14.04º 0.82% 0.68% -
XYZ 19.38 12.77 2.81 -
YUV 93.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 173 65 32 0 0.62 0.82 0.32 14.04 0.69 0.4
Hex AD 41 20 0 3E 52 20 E 45 28
Octal 255 101 40 0 76 122 40 16 105 50
Binary 10101101 1000001 100000 0 111110 1010010 100000 1110 1000101 101000

Color Harmonies of #AD4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4120

Black with #AD4120

Text Example


Text Example

White with #AD4120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4120; }

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

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

background-color css

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

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

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

border-color css

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

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

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