Html Css Color HEX #AC4A44 Apple Blossom

📋 copy color: '#AC4A44'

red 172 ◦ green 74 ◦ blue 68

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

Shades of Apple Blossom #AC4A44

Tints of Apple Blossom #AC4A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 54.78%
G = 23.57%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC4A44 (or 0xAC4A44) is known color: Apple Blossom. HEX triplet: AC, 4A and 44. RGB value is (172,74,68). Sum of RGB (Red+Green+Blue) = 172+74+68=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A44 is #53B5BB. Grayscale: #666666. Windows color (decimal): -5486012 or 4475564. OLE color: 4475564.

HSL color Cylindrical-coordinate representation of color #AC4A44: hue angle of 3.46º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4A44 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 74 68 -
CMYK 0 0.57 0.60 0.33
HSL 3.46º 0.43% 0.47% -
HSV(B) 3.46º 0.6% 0.67% -
XYZ 20.51 14.09 7.11 -
YUV 102.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 172 74 68 0 0.57 0.60 0.33 3.46 0.43 0.47
Hex AC 4A 44 0 39 3C 21 3 2B 2F
Octal 254 112 104 0 71 74 41 3 53 57
Binary 10101100 1001010 1000100 0 111001 111100 100001 11 101011 101111

Color Harmonies of #AC4A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A44

Black with #AC4A44

Text Example


Text Example

White with #AC4A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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