Html Css Color HEX #AC5351 Apple Blossom

📋 copy color: '#AC5351'

red 172 ◦ green 83 ◦ blue 81

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

Shades of Apple Blossom #AC5351

Tints of Apple Blossom #AC5351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.7%

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 51.19%
G = 24.7%
B = 24.11%

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

#AC5351 (or 0xAC5351) is known color: Apple Blossom. HEX triplet: AC, 53 and 51. RGB value is (172,83,81). Sum of RGB (Red+Green+Blue) = 172+83+81=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5351 is #53ACAE. Grayscale: #6D6D6D. Windows color (decimal): -5483695 or 5329836. OLE color: 5329836.

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

Color convert

RGB 172 83 81 -
CMYK 0 0.52 0.53 0.33
HSL 1.32º 0.36% 0.5% -
HSV(B) 1.32º 0.53% 0.67% -
XYZ 21.59 15.55 9.65 -
YUV 109.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 172 83 81 0 0.52 0.53 0.33 1.32 0.36 0.5
Hex AC 53 51 0 34 35 21 1 24 32
Octal 254 123 121 0 64 65 41 1 44 62
Binary 10101100 1010011 1010001 0 110100 110101 100001 1 100100 110010

Color Harmonies of #AC5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5351

Black with #AC5351

Text Example


Text Example

White with #AC5351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5351; }

 p { color: rgb(172,83,81); }

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

background-color css

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

 a { background-color: rgb(172,83,81); }

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

border-color css

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

 span { border-color: rgb(172,83,81); }

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