Html Css Color HEX #AC4A42 Apple Blossom

📋 copy color: '#AC4A42'

red 172 ◦ green 74 ◦ blue 66

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

Shades of Apple Blossom #AC4A42

Tints of Apple Blossom #AC4A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 55.13%
G = 23.72%
B = 21.15%

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

#AC4A42 (or 0xAC4A42) is known color: Apple Blossom. HEX triplet: AC, 4A and 42. RGB value is (172,74,66). Sum of RGB (Red+Green+Blue) = 172+74+66=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A42 is #53B5BD. Grayscale: #666666. Windows color (decimal): -5486014 or 4344492. OLE color: 4344492.

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

Color convert

RGB 172 74 66 -
CMYK 0 0.57 0.62 0.33
HSL 4.53º 0.45% 0.47% -
HSV(B) 4.53º 0.62% 0.67% -
XYZ 20.45 14.06 6.79 -
YUV 102.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 172 74 66 0 0.57 0.62 0.33 4.53 0.45 0.47
Hex AC 4A 42 0 39 3E 21 5 2D 2F
Octal 254 112 102 0 71 76 41 5 55 57
Binary 10101100 1001010 1000010 0 111001 111110 100001 101 101101 101111

Color Harmonies of #AC4A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A42

Black with #AC4A42

Text Example


Text Example

White with #AC4A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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