Html Css Color HEX #AD4124 Rock Spray

📋 copy color: '#AD4124'

red 173 ◦ green 65 ◦ blue 36

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

Shades of Rock Spray #AD4124

Tints of Rock Spray #AD4124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 63.14%
G = 23.72%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD4124 (or 0xAD4124) is known color: Rock Spray. HEX triplet: AD, 41 and 24. RGB value is (173,65,36). Sum of RGB (Red+Green+Blue) = 173+65+36=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4124 is #52BEDB. Grayscale: #5E5E5E. Windows color (decimal): -5422812 or 2376109. OLE color: 2376109.

HSL color Cylindrical-coordinate representation of color #AD4124: hue angle of 12.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD4124 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 65 36 -
CMYK 0 0.62 0.79 0.32
HSL 12.7º 0.66% 0.41% -
HSV(B) 12.7º 0.79% 0.68% -
XYZ 19.44 12.79 3.11 -
YUV 93.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 173 65 36 0 0.62 0.79 0.32 12.7 0.66 0.41
Hex AD 41 24 0 3E 4F 20 D 42 29
Octal 255 101 44 0 76 117 40 15 102 51
Binary 10101101 1000001 100100 0 111110 1001111 100000 1101 1000010 101001

Color Harmonies of #AD4124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4124

Black with #AD4124

Text Example


Text Example

White with #AD4124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4124; }

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

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

background-color css

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

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

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

border-color css

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

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

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