Html Css Color HEX #AC4D42 Apple Blossom

📋 copy color: '#AC4D42'

red 172 ◦ green 77 ◦ blue 66

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

Shades of Apple Blossom #AC4D42

Tints of Apple Blossom #AC4D42

RGB

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

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

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

R = 54.6%
G = 24.44%
B = 20.95%

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

#AC4D42 (or 0xAC4D42) is known color: Apple Blossom. HEX triplet: AC, 4D and 42. RGB value is (172,77,66). Sum of RGB (Red+Green+Blue) = 172+77+66=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D42 is #53B2BD. Grayscale: #686868. Windows color (decimal): -5485246 or 4345260. OLE color: 4345260.

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

Color convert

RGB 172 77 66 -
CMYK 0 0.55 0.62 0.33
HSL 6.23º 0.45% 0.47% -
HSV(B) 6.23º 0.62% 0.67% -
XYZ 20.65 14.47 6.86 -
YUV 104.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 172 77 66 0 0.55 0.62 0.33 6.23 0.45 0.47
Hex AC 4D 42 0 37 3E 21 6 2D 2F
Octal 254 115 102 0 67 76 41 6 55 57
Binary 10101100 1001101 1000010 0 110111 111110 100001 110 101101 101111

Color Harmonies of #AC4D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D42

Black with #AC4D42

Text Example


Text Example

White with #AC4D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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