Html Css Color HEX #AC514C Apple Blossom

📋 copy color: '#AC514C'

red 172 ◦ green 81 ◦ blue 76

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

Shades of Apple Blossom #AC514C

Tints of Apple Blossom #AC514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.62%

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 52.28%
G = 24.62%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC514C (or 0xAC514C) is known color: Apple Blossom. HEX triplet: AC, 51 and 4C. RGB value is (172,81,76). Sum of RGB (Red+Green+Blue) = 172+81+76=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC514C is #53AEB3. Grayscale: #6B6B6B. Windows color (decimal): -5484212 or 5001644. OLE color: 5001644.

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

Color convert

RGB 172 81 76 -
CMYK 0 0.53 0.56 0.33
HSL 3.13º 0.39% 0.49% -
HSV(B) 3.13º 0.56% 0.67% -
XYZ 21.26 15.18 8.65 -
YUV 107.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 172 81 76 0 0.53 0.56 0.33 3.13 0.39 0.49
Hex AC 51 4C 0 35 38 21 3 27 31
Octal 254 121 114 0 65 70 41 3 47 61
Binary 10101100 1010001 1001100 0 110101 111000 100001 11 100111 110001

Color Harmonies of #AC514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC514C

Black with #AC514C

Text Example


Text Example

White with #AC514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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