Html Css Color HEX #AC5C53 Apple Blossom

📋 copy color: '#AC5C53'

red 172 ◦ green 92 ◦ blue 83

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

Shades of Apple Blossom #AC5C53

Tints of Apple Blossom #AC5C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 49.57%
G = 26.51%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC5C53 (or 0xAC5C53) is known color: Apple Blossom. HEX triplet: AC, 5C and 53. RGB value is (172,92,83). Sum of RGB (Red+Green+Blue) = 172+92+83=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C53 is #53A3AC. Grayscale: #737373. Windows color (decimal): -5481389 or 5463212. OLE color: 5463212.

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

Color convert

RGB 172 92 83 -
CMYK 0 0.47 0.52 0.33
HSL 6.07º 0.35% 0.5% -
HSV(B) 6.07º 0.52% 0.67% -
XYZ 22.4 17.05 10.29 -
YUV 114.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 172 92 83 0 0.47 0.52 0.33 6.07 0.35 0.5
Hex AC 5C 53 0 2F 34 21 6 23 32
Octal 254 134 123 0 57 64 41 6 43 62
Binary 10101100 1011100 1010011 0 101111 110100 100001 110 100011 110010

Color Harmonies of #AC5C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C53

Black with #AC5C53

Text Example


Text Example

White with #AC5C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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