Html Css Color HEX #AC3E25 Rock Spray

📋 copy color: '#AC3E25'

red 172 ◦ green 62 ◦ blue 37

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

Shades of Rock Spray #AC3E25

Tints of Rock Spray #AC3E25

RGB

 RED value IS 172 (67.58% from 255) = 63.47%

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

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

R = 63.47%
G = 22.88%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3E25 (or 0xAC3E25) is known color: Rock Spray. HEX triplet: AC, 3E and 25. RGB value is (172,62,37). Sum of RGB (Red+Green+Blue) = 172+62+37=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E25 is #53C1DA. Grayscale: #5C5C5C. Windows color (decimal): -5489115 or 2440876. OLE color: 2440876.

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

Color convert

RGB 172 62 37 -
CMYK 0 0.64 0.78 0.33
HSL 11.11º 0.65% 0.41% -
HSV(B) 11.11º 0.78% 0.67% -
XYZ 19.07 12.35 3.13 -
YUV 92.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 172 62 37 0 0.64 0.78 0.33 11.11 0.65 0.41
Hex AC 3E 25 0 40 4E 21 B 41 29
Octal 254 76 45 0 100 116 41 13 101 51
Binary 10101100 111110 100101 0 1000000 1001110 100001 1011 1000001 101001

Color Harmonies of #AC3E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E25

Black with #AC3E25

Text Example


Text Example

White with #AC3E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E25; }

 p { color: rgb(172,62,37); }

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

background-color css

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

 a { background-color: rgb(172,62,37); }

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

border-color css

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

 span { border-color: rgb(172,62,37); }

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