Html Css Color HEX #AC4C42 Apple Blossom

📋 copy color: '#AC4C42'

red 172 ◦ green 76 ◦ blue 66

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

Shades of Apple Blossom #AC4C42

Tints of Apple Blossom #AC4C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 54.78%
G = 24.2%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC4C42 (or 0xAC4C42) is known color: Apple Blossom. HEX triplet: AC, 4C and 42. RGB value is (172,76,66). Sum of RGB (Red+Green+Blue) = 172+76+66=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C42 is #53B3BD. Grayscale: #676767. Windows color (decimal): -5485502 or 4345004. OLE color: 4345004.

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

Color convert

RGB 172 76 66 -
CMYK 0 0.56 0.62 0.33
HSL 5.66º 0.45% 0.47% -
HSV(B) 5.66º 0.62% 0.67% -
XYZ 20.58 14.33 6.84 -
YUV 103.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 172 76 66 0 0.56 0.62 0.33 5.66 0.45 0.47
Hex AC 4C 42 0 38 3E 21 6 2D 2F
Octal 254 114 102 0 70 76 41 6 55 57
Binary 10101100 1001100 1000010 0 111000 111110 100001 110 101101 101111

Color Harmonies of #AC4C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C42

Black with #AC4C42

Text Example


Text Example

White with #AC4C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C42; }

 p { color: rgb(172,76,66); }

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

background-color css

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

 a { background-color: rgb(172,76,66); }

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

border-color css

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

 span { border-color: rgb(172,76,66); }

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