Html Css Color HEX #AC4946 Apple Blossom

📋 copy color: '#AC4946'

red 172 ◦ green 73 ◦ blue 70

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

Shades of Apple Blossom #AC4946

Tints of Apple Blossom #AC4946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 54.6%
G = 23.17%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC4946 (or 0xAC4946) is known color: Apple Blossom. HEX triplet: AC, 49 and 46. RGB value is (172,73,70). Sum of RGB (Red+Green+Blue) = 172+73+70=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4946 is #53B6B9. Grayscale: #666666. Windows color (decimal): -5486266 or 4606380. OLE color: 4606380.

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

Color convert

RGB 172 73 70 -
CMYK 0 0.58 0.59 0.33
HSL 1.76º 0.42% 0.47% -
HSV(B) 1.76º 0.59% 0.67% -
XYZ 20.5 13.98 7.41 -
YUV 102.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 172 73 70 0 0.58 0.59 0.33 1.76 0.42 0.47
Hex AC 49 46 0 3A 3B 21 2 2A 2F
Octal 254 111 106 0 72 73 41 2 52 57
Binary 10101100 1001001 1000110 0 111010 111011 100001 10 101010 101111

Color Harmonies of #AC4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4946

Black with #AC4946

Text Example


Text Example

White with #AC4946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4946; }

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

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

background-color css

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

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

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

border-color css

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

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

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