Html Css Color HEX #AC4123 Rock Spray

📋 copy color: '#AC4123'

red 172 ◦ green 65 ◦ blue 35

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

Shades of Rock Spray #AC4123

Tints of Rock Spray #AC4123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.87%

R = 63.24%
G = 23.9%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC4123 (or 0xAC4123) is known color: Rock Spray. HEX triplet: AC, 41 and 23. RGB value is (172,65,35). Sum of RGB (Red+Green+Blue) = 172+65+35=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4123 is #53BEDC. Grayscale: #5D5D5D. Windows color (decimal): -5488349 or 2310572. OLE color: 2310572.

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

Color convert

RGB 172 65 35 -
CMYK 0 0.62 0.80 0.33
HSL 13.14º 0.66% 0.41% -
HSV(B) 13.14º 0.8% 0.67% -
XYZ 19.21 12.67 3.02 -
YUV 93.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 172 65 35 0 0.62 0.80 0.33 13.14 0.66 0.41
Hex AC 41 23 0 3E 50 21 D 42 29
Octal 254 101 43 0 76 120 41 15 102 51
Binary 10101100 1000001 100011 0 111110 1010000 100001 1101 1000010 101001

Color Harmonies of #AC4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4123

Black with #AC4123

Text Example


Text Example

White with #AC4123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4123; }

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

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

background-color css

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

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

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

border-color css

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

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

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