Html Css Color HEX #AC4025 Rock Spray

📋 copy color: '#AC4025'

red 172 ◦ green 64 ◦ blue 37

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

Shades of Rock Spray #AC4025

Tints of Rock Spray #AC4025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

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

R = 63%
G = 23.44%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC4025 (or 0xAC4025) is known color: Rock Spray. HEX triplet: AC, 40 and 25. RGB value is (172,64,37). Sum of RGB (Red+Green+Blue) = 172+64+37=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4025 is #53BFDA. Grayscale: #5D5D5D. Windows color (decimal): -5488603 or 2441388. OLE color: 2441388.

HSL color Cylindrical-coordinate representation of color #AC4025: hue angle of 12º 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 #AC4025 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 37 -
CMYK 0 0.63 0.78 0.33
HSL 12º 0.65% 0.41% -
HSV(B) 12º 0.78% 0.67% -
XYZ 19.18 12.57 3.17 -
YUV 93.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 172 64 37 0 0.63 0.78 0.33 12 0.65 0.41
Hex AC 40 25 0 3F 4E 21 C 41 29
Octal 254 100 45 0 77 116 41 14 101 51
Binary 10101100 1000000 100101 0 111111 1001110 100001 1100 1000001 101001

Color Harmonies of #AC4025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4025

Black with #AC4025

Text Example


Text Example

White with #AC4025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4025; }

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

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

background-color css

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

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

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

border-color css

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

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

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