Html Css Color HEX #AC564D Apple Blossom

📋 copy color: '#AC564D'

red 172 ◦ green 86 ◦ blue 77

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

Shades of Apple Blossom #AC564D

Tints of Apple Blossom #AC564D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 51.34%
G = 25.67%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC564D (or 0xAC564D) is known color: Apple Blossom. HEX triplet: AC, 56 and 4D. RGB value is (172,86,77). Sum of RGB (Red+Green+Blue) = 172+86+77=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC564D is #53A9B2. Grayscale: #6E6E6E. Windows color (decimal): -5482931 or 5068460. OLE color: 5068460.

HSL color Cylindrical-coordinate representation of color #AC564D: hue angle of 5.68º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC564D is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 86 77 -
CMYK 0 0.5 0.55 0.33
HSL 5.68º 0.38% 0.49% -
HSV(B) 5.68º 0.55% 0.67% -
XYZ 21.68 15.96 8.96 -
YUV 110.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 172 86 77 0 0.5 0.55 0.33 5.68 0.38 0.49
Hex AC 56 4D 0 32 37 21 6 26 31
Octal 254 126 115 0 62 67 41 6 46 61
Binary 10101100 1010110 1001101 0 110010 110111 100001 110 100110 110001

Color Harmonies of #AC564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC564D

Black with #AC564D

Text Example


Text Example

White with #AC564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC564D; }

 p { color: rgb(172,86,77); }

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

background-color css

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

 a { background-color: rgb(172,86,77); }

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

border-color css

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

 span { border-color: rgb(172,86,77); }

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