Html Css Color HEX #AC4A41 Apple Blossom

📋 copy color: '#AC4A41'

red 172 ◦ green 74 ◦ blue 65

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

Shades of Apple Blossom #AC4A41

Tints of Apple Blossom #AC4A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.79%

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

R = 55.31%
G = 23.79%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC4A41 (or 0xAC4A41) is known color: Apple Blossom. HEX triplet: AC, 4A and 41. RGB value is (172,74,65). Sum of RGB (Red+Green+Blue) = 172+74+65=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A41 is #53B5BE. Grayscale: #666666. Windows color (decimal): -5486015 or 4278956. OLE color: 4278956.

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

Color convert

RGB 172 74 65 -
CMYK 0 0.57 0.62 0.33
HSL 5.05º 0.45% 0.46% -
HSV(B) 5.05º 0.62% 0.67% -
XYZ 20.42 14.05 6.64 -
YUV 102.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 172 74 65 0 0.57 0.62 0.33 5.05 0.45 0.46
Hex AC 4A 41 0 39 3E 21 5 2D 2E
Octal 254 112 101 0 71 76 41 5 55 56
Binary 10101100 1001010 1000001 0 111001 111110 100001 101 101101 101110

Color Harmonies of #AC4A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A41

Black with #AC4A41

Text Example


Text Example

White with #AC4A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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