Html Css Color HEX #AC504C Apple Blossom

📋 copy color: '#AC504C'

red 172 ◦ green 80 ◦ blue 76

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

Shades of Apple Blossom #AC504C

Tints of Apple Blossom #AC504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 52.44%
G = 24.39%
B = 23.17%

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

#AC504C (or 0xAC504C) is known color: Apple Blossom. HEX triplet: AC, 50 and 4C. RGB value is (172,80,76). Sum of RGB (Red+Green+Blue) = 172+80+76=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC504C is #53AFB3. Grayscale: #6B6B6B. Windows color (decimal): -5484468 or 5001388. OLE color: 5001388.

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

Color convert

RGB 172 80 76 -
CMYK 0 0.53 0.56 0.33
HSL 2.5º 0.39% 0.49% -
HSV(B) 2.5º 0.56% 0.67% -
XYZ 21.19 15.03 8.62 -
YUV 107.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 172 80 76 0 0.53 0.56 0.33 2.5 0.39 0.49
Hex AC 50 4C 0 35 38 21 2 27 31
Octal 254 120 114 0 65 70 41 2 47 61
Binary 10101100 1010000 1001100 0 110101 111000 100001 10 100111 110001

Color Harmonies of #AC504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC504C

Black with #AC504C

Text Example


Text Example

White with #AC504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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