Html Css Color HEX #AC4D41 Apple Blossom

📋 copy color: '#AC4D41'

red 172 ◦ green 77 ◦ blue 65

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

Shades of Apple Blossom #AC4D41

Tints of Apple Blossom #AC4D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.52%

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

R = 54.78%
G = 24.52%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC4D41 (or 0xAC4D41) is known color: Apple Blossom. HEX triplet: AC, 4D and 41. RGB value is (172,77,65). Sum of RGB (Red+Green+Blue) = 172+77+65=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D41 is #53B2BE. Grayscale: #686868. Windows color (decimal): -5485247 or 4279724. OLE color: 4279724.

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

Color convert

RGB 172 77 65 -
CMYK 0 0.55 0.62 0.33
HSL 6.73º 0.45% 0.46% -
HSV(B) 6.73º 0.62% 0.67% -
XYZ 20.62 14.46 6.71 -
YUV 104.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 172 77 65 0 0.55 0.62 0.33 6.73 0.45 0.46
Hex AC 4D 41 0 37 3E 21 7 2D 2E
Octal 254 115 101 0 67 76 41 7 55 56
Binary 10101100 1001101 1000001 0 110111 111110 100001 111 101101 101110

Color Harmonies of #AC4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D41

Black with #AC4D41

Text Example


Text Example

White with #AC4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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