Html Css Color HEX #AC4948 Apple Blossom

📋 copy color: '#AC4948'

red 172 ◦ green 73 ◦ blue 72

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

Shades of Apple Blossom #AC4948

Tints of Apple Blossom #AC4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

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

R = 54.26%
G = 23.03%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC4948 (or 0xAC4948) is known color: Apple Blossom. HEX triplet: AC, 49 and 48. RGB value is (172,73,72). Sum of RGB (Red+Green+Blue) = 172+73+72=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4948 is #53B6B7. Grayscale: #666666. Windows color (decimal): -5486264 or 4737452. OLE color: 4737452.

HSL color Cylindrical-coordinate representation of color #AC4948: hue angle of 0.6º 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 #AC4948 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 72 -
CMYK 0 0.58 0.58 0.33
HSL 0.6º 0.41% 0.48% -
HSV(B) 0.6º 0.58% 0.67% -
XYZ 20.57 14 7.75 -
YUV 102.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 172 73 72 0 0.58 0.58 0.33 0.6 0.41 0.48
Hex AC 49 48 0 3A 3A 21 1 29 30
Octal 254 111 110 0 72 72 41 1 51 60
Binary 10101100 1001001 1001000 0 111010 111010 100001 1 101001 110000

Color Harmonies of #AC4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4948

Black with #AC4948

Text Example


Text Example

White with #AC4948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4948; }

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

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

background-color css

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

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

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

border-color css

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

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

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