Html Css Color HEX #AC5047 Apple Blossom

📋 copy color: '#AC5047'

red 172 ◦ green 80 ◦ blue 71

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

Shades of Apple Blossom #AC5047

Tints of Apple Blossom #AC5047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.98%

R = 53.25%
G = 24.77%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC5047 (or 0xAC5047) is known color: Apple Blossom. HEX triplet: AC, 50 and 47. RGB value is (172,80,71). Sum of RGB (Red+Green+Blue) = 172+80+71=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5047 is #53AFB8. Grayscale: #6A6A6A. Windows color (decimal): -5484473 or 4673708. OLE color: 4673708.

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

Color convert

RGB 172 80 71 -
CMYK 0 0.53 0.59 0.33
HSL 5.35º 0.42% 0.48% -
HSV(B) 5.35º 0.59% 0.67% -
XYZ 21.02 14.96 7.74 -
YUV 106.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 172 80 71 0 0.53 0.59 0.33 5.35 0.42 0.48
Hex AC 50 47 0 35 3B 21 5 2A 30
Octal 254 120 107 0 65 73 41 5 52 60
Binary 10101100 1010000 1000111 0 110101 111011 100001 101 101010 110000

Color Harmonies of #AC5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5047

Black with #AC5047

Text Example


Text Example

White with #AC5047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5047; }

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

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

background-color css

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

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

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

border-color css

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

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

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