Html Css Color HEX #AC5140 Apple Blossom

📋 copy color: '#AC5140'

red 172 ◦ green 81 ◦ blue 64

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

Shades of Apple Blossom #AC5140

Tints of Apple Blossom #AC5140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 54.26%
G = 25.55%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC5140 (or 0xAC5140) is known color: Apple Blossom. HEX triplet: AC, 51 and 40. RGB value is (172,81,64). Sum of RGB (Red+Green+Blue) = 172+81+64=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5140 is #53AEBF. Grayscale: #6A6A6A. Windows color (decimal): -5484224 or 4215212. OLE color: 4215212.

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

Color convert

RGB 172 81 64 -
CMYK 0 0.53 0.63 0.33
HSL 9.44º 0.46% 0.46% -
HSV(B) 9.44º 0.63% 0.67% -
XYZ 20.88 15.03 6.65 -
YUV 106.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 172 81 64 0 0.53 0.63 0.33 9.44 0.46 0.46
Hex AC 51 40 0 35 3F 21 9 2E 2E
Octal 254 121 100 0 65 77 41 11 56 56
Binary 10101100 1010001 1000000 0 110101 111111 100001 1001 101110 101110

Color Harmonies of #AC5140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5140

Black with #AC5140

Text Example


Text Example

White with #AC5140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5140; }

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

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

background-color css

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

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

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

border-color css

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

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

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