Html Css Color HEX #AC4D3F Apple Blossom

📋 copy color: '#AC4D3F'

red 172 ◦ green 77 ◦ blue 63

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

Shades of Apple Blossom #AC4D3F

Tints of Apple Blossom #AC4D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.19%

R = 55.13%
G = 24.68%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC4D3F (or 0xAC4D3F) is known color: Apple Blossom. HEX triplet: AC, 4D and 3F. RGB value is (172,77,63). Sum of RGB (Red+Green+Blue) = 172+77+63=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D3F is #53B2C0. Grayscale: #676767. Windows color (decimal): -5485249 or 4148652. OLE color: 4148652.

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

Color convert

RGB 172 77 63 -
CMYK 0 0.55 0.63 0.33
HSL 7.71º 0.46% 0.46% -
HSV(B) 7.71º 0.63% 0.67% -
XYZ 20.56 14.44 6.41 -
YUV 103.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 172 77 63 0 0.55 0.63 0.33 7.71 0.46 0.46
Hex AC 4D 3F 0 37 3F 21 8 2E 2E
Octal 254 115 77 0 67 77 41 10 56 56
Binary 10101100 1001101 111111 0 110111 111111 100001 1000 101110 101110

Color Harmonies of #AC4D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D3F

Black with #AC4D3F

Text Example


Text Example

White with #AC4D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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