Html Css Color HEX #AD4126 Rock Spray

📋 copy color: '#AD4126'

red 173 ◦ green 65 ◦ blue 38

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

Shades of Rock Spray #AD4126

Tints of Rock Spray #AD4126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 62.68%
G = 23.55%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD4126 (or 0xAD4126) is known color: Rock Spray. HEX triplet: AD, 41 and 26. RGB value is (173,65,38). Sum of RGB (Red+Green+Blue) = 173+65+38=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4126 is #52BED9. Grayscale: #5E5E5E. Windows color (decimal): -5422810 or 2507181. OLE color: 2507181.

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

Color convert

RGB 173 65 38 -
CMYK 0 0.62 0.78 0.32
HSL 12º 0.64% 0.41% -
HSV(B) 12º 0.78% 0.68% -
XYZ 19.47 12.8 3.28 -
YUV 94.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 173 65 38 0 0.62 0.78 0.32 12 0.64 0.41
Hex AD 41 26 0 3E 4E 20 C 40 29
Octal 255 101 46 0 76 116 40 14 100 51
Binary 10101101 1000001 100110 0 111110 1001110 100000 1100 1000000 101001

Color Harmonies of #AD4126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4126

Black with #AD4126

Text Example


Text Example

White with #AD4126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4126; }

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

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

background-color css

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

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

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

border-color css

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

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

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