Html Css Color HEX #AC5044 Apple Blossom

📋 copy color: '#AC5044'

red 172 ◦ green 80 ◦ blue 68

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

Shades of Apple Blossom #AC5044

Tints of Apple Blossom #AC5044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

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

R = 53.75%
G = 25%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC5044 (or 0xAC5044) is known color: Apple Blossom. HEX triplet: AC, 50 and 44. RGB value is (172,80,68). Sum of RGB (Red+Green+Blue) = 172+80+68=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5044 is #53AFBB. Grayscale: #6A6A6A. Windows color (decimal): -5484476 or 4477100. OLE color: 4477100.

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

Color convert

RGB 172 80 68 -
CMYK 0 0.53 0.60 0.33
HSL 6.92º 0.43% 0.47% -
HSV(B) 6.92º 0.6% 0.67% -
XYZ 20.93 14.93 7.25 -
YUV 106.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 172 80 68 0 0.53 0.60 0.33 6.92 0.43 0.47
Hex AC 50 44 0 35 3C 21 7 2B 2F
Octal 254 120 104 0 65 74 41 7 53 57
Binary 10101100 1010000 1000100 0 110101 111100 100001 111 101011 101111

Color Harmonies of #AC5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5044

Black with #AC5044

Text Example


Text Example

White with #AC5044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5044; }

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

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

background-color css

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

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

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

border-color css

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

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

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