Html Css Color HEX #AC4C40 Apple Blossom

📋 copy color: '#AC4C40'

red 172 ◦ green 76 ◦ blue 64

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

Shades of Apple Blossom #AC4C40

Tints of Apple Blossom #AC4C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 55.13%
G = 24.36%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC4C40 (or 0xAC4C40) is known color: Apple Blossom. HEX triplet: AC, 4C and 40. RGB value is (172,76,64). Sum of RGB (Red+Green+Blue) = 172+76+64=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C40 is #53B3BF. Grayscale: #676767. Windows color (decimal): -5485504 or 4213932. OLE color: 4213932.

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

Color convert

RGB 172 76 64 -
CMYK 0 0.56 0.63 0.33
HSL 6.67º 0.46% 0.46% -
HSV(B) 6.67º 0.63% 0.67% -
XYZ 20.52 14.31 6.53 -
YUV 103.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 172 76 64 0 0.56 0.63 0.33 6.67 0.46 0.46
Hex AC 4C 40 0 38 3F 21 7 2E 2E
Octal 254 114 100 0 70 77 41 7 56 56
Binary 10101100 1001100 1000000 0 111000 111111 100001 111 101110 101110

Color Harmonies of #AC4C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C40

Black with #AC4C40

Text Example


Text Example

White with #AC4C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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