Html Css Color HEX #AC504E Apple Blossom

📋 copy color: '#AC504E'

red 172 ◦ green 80 ◦ blue 78

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

Shades of Apple Blossom #AC504E

Tints of Apple Blossom #AC504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 52.12%
G = 24.24%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC504E (or 0xAC504E) is known color: Apple Blossom. HEX triplet: AC, 50 and 4E. RGB value is (172,80,78). Sum of RGB (Red+Green+Blue) = 172+80+78=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC504E is #53AFB1. Grayscale: #6B6B6B. Windows color (decimal): -5484466 or 5132460. OLE color: 5132460.

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

Color convert

RGB 172 80 78 -
CMYK 0 0.53 0.55 0.33
HSL 1.28º 0.38% 0.49% -
HSV(B) 1.28º 0.55% 0.67% -
XYZ 21.26 15.06 8.99 -
YUV 107.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 172 80 78 0 0.53 0.55 0.33 1.28 0.38 0.49
Hex AC 50 4E 0 35 37 21 1 26 31
Octal 254 120 116 0 65 67 41 1 46 61
Binary 10101100 1010000 1001110 0 110101 110111 100001 1 100110 110001

Color Harmonies of #AC504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC504E

Black with #AC504E

Text Example


Text Example

White with #AC504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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