Html Css Color HEX #AC4A48 Apple Blossom

📋 copy color: '#AC4A48'

red 172 ◦ green 74 ◦ blue 72

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

Shades of Apple Blossom #AC4A48

Tints of Apple Blossom #AC4A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.27%

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 54.09%
G = 23.27%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC4A48 (or 0xAC4A48) is known color: Apple Blossom. HEX triplet: AC, 4A and 48. RGB value is (172,74,72). Sum of RGB (Red+Green+Blue) = 172+74+72=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A48 is #53B5B7. Grayscale: #676767. Windows color (decimal): -5486008 or 4737708. OLE color: 4737708.

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

Color convert

RGB 172 74 72 -
CMYK 0 0.57 0.58 0.33
HSL 1.2º 0.41% 0.48% -
HSV(B) 1.2º 0.58% 0.67% -
XYZ 20.63 14.14 7.77 -
YUV 103.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 172 74 72 0 0.57 0.58 0.33 1.2 0.41 0.48
Hex AC 4A 48 0 39 3A 21 1 29 30
Octal 254 112 110 0 71 72 41 1 51 60
Binary 10101100 1001010 1001000 0 111001 111010 100001 1 101001 110000

Color Harmonies of #AC4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A48

Black with #AC4A48

Text Example


Text Example

White with #AC4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A48; }

 p { color: rgb(172,74,72); }

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

background-color css

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

 a { background-color: rgb(172,74,72); }

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

border-color css

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

 span { border-color: rgb(172,74,72); }

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