Html Css Color HEX #AC4C3F Apple Blossom

📋 copy color: '#AC4C3F'

red 172 ◦ green 76 ◦ blue 63

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

Shades of Apple Blossom #AC4C3F

Tints of Apple Blossom #AC4C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.44%

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

R = 55.31%
G = 24.44%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC4C3F (or 0xAC4C3F) is known color: Apple Blossom. HEX triplet: AC, 4C and 3F. RGB value is (172,76,63). Sum of RGB (Red+Green+Blue) = 172+76+63=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C3F is #53B3C0. Grayscale: #676767. Windows color (decimal): -5485505 or 4148396. OLE color: 4148396.

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

Color convert

RGB 172 76 63 -
CMYK 0 0.56 0.63 0.33
HSL 7.16º 0.46% 0.46% -
HSV(B) 7.16º 0.63% 0.67% -
XYZ 20.49 14.3 6.38 -
YUV 103.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 172 76 63 0 0.56 0.63 0.33 7.16 0.46 0.46
Hex AC 4C 3F 0 38 3F 21 7 2E 2E
Octal 254 114 77 0 70 77 41 7 56 56
Binary 10101100 1001100 111111 0 111000 111111 100001 111 101110 101110

Color Harmonies of #AC4C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C3F

Black with #AC4C3F

Text Example


Text Example

White with #AC4C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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