Html Css Color HEX #AC4A46 Apple Blossom

📋 copy color: '#AC4A46'

red 172 ◦ green 74 ◦ blue 70

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

Shades of Apple Blossom #AC4A46

Tints of Apple Blossom #AC4A46

RGB

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

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

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

R = 54.43%
G = 23.42%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC4A46 (or 0xAC4A46) is known color: Apple Blossom. HEX triplet: AC, 4A and 46. RGB value is (172,74,70). Sum of RGB (Red+Green+Blue) = 172+74+70=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A46 is #53B5B9. Grayscale: #666666. Windows color (decimal): -5486010 or 4606636. OLE color: 4606636.

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

Color convert

RGB 172 74 70 -
CMYK 0 0.57 0.59 0.33
HSL 2.35º 0.42% 0.47% -
HSV(B) 2.35º 0.59% 0.67% -
XYZ 20.57 14.11 7.43 -
YUV 102.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 172 74 70 0 0.57 0.59 0.33 2.35 0.42 0.47
Hex AC 4A 46 0 39 3B 21 2 2A 2F
Octal 254 112 106 0 71 73 41 2 52 57
Binary 10101100 1001010 1000110 0 111001 111011 100001 10 101010 101111

Color Harmonies of #AC4A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A46

Black with #AC4A46

Text Example


Text Example

White with #AC4A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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