Html Css Color HEX #AC4127 Rock Spray

📋 copy color: '#AC4127'

red 172 ◦ green 65 ◦ blue 39

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

Shades of Rock Spray #AC4127

Tints of Rock Spray #AC4127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 62.32%
G = 23.55%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC4127 (or 0xAC4127) is known color: Rock Spray. HEX triplet: AC, 41 and 27. RGB value is (172,65,39). Sum of RGB (Red+Green+Blue) = 172+65+39=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4127 is #53BED8. Grayscale: #5E5E5E. Windows color (decimal): -5488345 or 2572716. OLE color: 2572716.

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

Color convert

RGB 172 65 39 -
CMYK 0 0.62 0.77 0.33
HSL 11.73º 0.63% 0.41% -
HSV(B) 11.73º 0.77% 0.67% -
XYZ 19.27 12.7 3.35 -
YUV 94.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 172 65 39 0 0.62 0.77 0.33 11.73 0.63 0.41
Hex AC 41 27 0 3E 4D 21 C 3F 29
Octal 254 101 47 0 76 115 41 14 77 51
Binary 10101100 1000001 100111 0 111110 1001101 100001 1100 111111 101001

Color Harmonies of #AC4127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4127

Black with #AC4127

Text Example


Text Example

White with #AC4127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4127; }

 p { color: rgb(172,65,39); }

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

background-color css

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

 a { background-color: rgb(172,65,39); }

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

border-color css

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

 span { border-color: rgb(172,65,39); }

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