Html Css Color HEX #AC5250 Apple Blossom

📋 copy color: '#AC5250'

red 172 ◦ green 82 ◦ blue 80

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

Shades of Apple Blossom #AC5250

Tints of Apple Blossom #AC5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.55%

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

R = 51.5%
G = 24.55%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC5250 (or 0xAC5250) is known color: Apple Blossom. HEX triplet: AC, 52 and 50. RGB value is (172,82,80). Sum of RGB (Red+Green+Blue) = 172+82+80=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5250 is #53ADAF. Grayscale: #6C6C6C. Windows color (decimal): -5483952 or 5264044. OLE color: 5264044.

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

Color convert

RGB 172 82 80 -
CMYK 0 0.52 0.53 0.33
HSL 1.3º 0.37% 0.49% -
HSV(B) 1.3º 0.53% 0.67% -
XYZ 21.48 15.38 9.43 -
YUV 108.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 172 82 80 0 0.52 0.53 0.33 1.3 0.37 0.49
Hex AC 52 50 0 34 35 21 1 25 31
Octal 254 122 120 0 64 65 41 1 45 61
Binary 10101100 1010010 1010000 0 110100 110101 100001 1 100101 110001

Color Harmonies of #AC5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5250

Black with #AC5250

Text Example


Text Example

White with #AC5250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5250; }

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

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

background-color css

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

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

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

border-color css

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

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

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