Html Css Color HEX #AC5A50 Apple Blossom

📋 copy color: '#AC5A50'

red 172 ◦ green 90 ◦ blue 80

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

Shades of Apple Blossom #AC5A50

Tints of Apple Blossom #AC5A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

 BLUE value IS 80 (31.64% from 255) = 23.39%

R = 50.29%
G = 26.32%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC5A50 (or 0xAC5A50) is known color: Apple Blossom. HEX triplet: AC, 5A and 50. RGB value is (172,90,80). Sum of RGB (Red+Green+Blue) = 172+90+80=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A50 is #53A5AF. Grayscale: #717171. Windows color (decimal): -5481904 or 5266092. OLE color: 5266092.

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

Color convert

RGB 172 90 80 -
CMYK 0 0.48 0.53 0.33
HSL 6.52º 0.37% 0.49% -
HSV(B) 6.52º 0.53% 0.67% -
XYZ 22.12 16.66 9.64 -
YUV 113.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 172 90 80 0 0.48 0.53 0.33 6.52 0.37 0.49
Hex AC 5A 50 0 30 35 21 7 25 31
Octal 254 132 120 0 60 65 41 7 45 61
Binary 10101100 1011010 1010000 0 110000 110101 100001 111 100101 110001

Color Harmonies of #AC5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A50

Black with #AC5A50

Text Example


Text Example

White with #AC5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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