Html Css Color HEX #AD4125 Rock Spray

📋 copy color: '#AD4125'

red 173 ◦ green 65 ◦ blue 37

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

Shades of Rock Spray #AD4125

Tints of Rock Spray #AD4125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.45%

R = 62.91%
G = 23.64%
B = 13.45%

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

#AD4125 (or 0xAD4125) is known color: Rock Spray. HEX triplet: AD, 41 and 25. RGB value is (173,65,37). Sum of RGB (Red+Green+Blue) = 173+65+37=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4125 is #52BEDA. Grayscale: #5E5E5E. Windows color (decimal): -5422811 or 2441645. OLE color: 2441645.

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

Color convert

RGB 173 65 37 -
CMYK 0 0.62 0.79 0.32
HSL 12.35º 0.65% 0.41% -
HSV(B) 12.35º 0.79% 0.68% -
XYZ 19.46 12.8 3.2 -
YUV 94.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 173 65 37 0 0.62 0.79 0.32 12.35 0.65 0.41
Hex AD 41 25 0 3E 4F 20 C 41 29
Octal 255 101 45 0 76 117 40 14 101 51
Binary 10101101 1000001 100101 0 111110 1001111 100000 1100 1000001 101001

Color Harmonies of #AD4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4125

Black with #AD4125

Text Example


Text Example

White with #AD4125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4125; }

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

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

background-color css

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

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

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

border-color css

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

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

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