Html Css Color HEX #AC5141 Apple Blossom

📋 copy color: '#AC5141'

red 172 ◦ green 81 ◦ blue 65

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

Shades of Apple Blossom #AC5141

Tints of Apple Blossom #AC5141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 54.09%
G = 25.47%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC5141 (or 0xAC5141) is known color: Apple Blossom. HEX triplet: AC, 51 and 41. RGB value is (172,81,65). Sum of RGB (Red+Green+Blue) = 172+81+65=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5141 is #53AEBE. Grayscale: #6A6A6A. Windows color (decimal): -5484223 or 4280748. OLE color: 4280748.

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

Color convert

RGB 172 81 65 -
CMYK 0 0.53 0.62 0.33
HSL 8.97º 0.45% 0.46% -
HSV(B) 8.97º 0.62% 0.67% -
XYZ 20.91 15.04 6.8 -
YUV 106.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 172 81 65 0 0.53 0.62 0.33 8.97 0.45 0.46
Hex AC 51 41 0 35 3E 21 9 2D 2E
Octal 254 121 101 0 65 76 41 11 55 56
Binary 10101100 1010001 1000001 0 110101 111110 100001 1001 101101 101110

Color Harmonies of #AC5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5141

Black with #AC5141

Text Example


Text Example

White with #AC5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5141; }

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

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

background-color css

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

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

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

border-color css

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

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

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