Html Css Color HEX #AC5C5A Apple Blossom

📋 copy color: '#AC5C5A'

red 172 ◦ green 92 ◦ blue 90

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

Shades of Apple Blossom #AC5C5A

Tints of Apple Blossom #AC5C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 48.59%
G = 25.99%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC5C5A (or 0xAC5C5A) is known color: Apple Blossom. HEX triplet: AC, 5C and 5A. RGB value is (172,92,90). Sum of RGB (Red+Green+Blue) = 172+92+90=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C5A is #53A3A5. Grayscale: #737373. Windows color (decimal): -5481382 or 5921964. OLE color: 5921964.

HSL color Cylindrical-coordinate representation of color #AC5C5A: hue angle of 1.46º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5C5A is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 90 -
CMYK 0 0.47 0.48 0.33
HSL 1.46º 0.33% 0.51% -
HSV(B) 1.46º 0.48% 0.67% -
XYZ 22.69 17.16 11.79 -
YUV 115.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 172 92 90 0 0.47 0.48 0.33 1.46 0.33 0.51
Hex AC 5C 5A 0 2F 30 21 1 21 33
Octal 254 134 132 0 57 60 41 1 41 63
Binary 10101100 1011100 1011010 0 101111 110000 100001 1 100001 110011

Color Harmonies of #AC5C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C5A

Black with #AC5C5A

Text Example


Text Example

White with #AC5C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C5A; }

 p { color: rgb(172,92,90); }

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

background-color css

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

 a { background-color: rgb(172,92,90); }

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

border-color css

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

 span { border-color: rgb(172,92,90); }

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