Html Css Color HEX #AC5450 Apple Blossom

📋 copy color: '#AC5450'

red 172 ◦ green 84 ◦ blue 80

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

Shades of Apple Blossom #AC5450

Tints of Apple Blossom #AC5450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25%

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

R = 51.19%
G = 25%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC5450 (or 0xAC5450) is known color: Apple Blossom. HEX triplet: AC, 54 and 50. RGB value is (172,84,80). Sum of RGB (Red+Green+Blue) = 172+84+80=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5450 is #53ABAF. Grayscale: #6D6D6D. Windows color (decimal): -5483440 or 5264556. OLE color: 5264556.

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

Color convert

RGB 172 84 80 -
CMYK 0 0.51 0.53 0.33
HSL 2.61º 0.37% 0.49% -
HSV(B) 2.61º 0.53% 0.67% -
XYZ 21.63 15.69 9.48 -
YUV 109.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 172 84 80 0 0.51 0.53 0.33 2.61 0.37 0.49
Hex AC 54 50 0 33 35 21 3 25 31
Octal 254 124 120 0 63 65 41 3 45 61
Binary 10101100 1010100 1010000 0 110011 110101 100001 11 100101 110001

Color Harmonies of #AC5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5450

Black with #AC5450

Text Example


Text Example

White with #AC5450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5450; }

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

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

background-color css

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

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

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

border-color css

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

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

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