Html Css Color HEX #AC4F3E Apple Blossom

📋 copy color: '#AC4F3E'

red 172 ◦ green 79 ◦ blue 62

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

Shades of Apple Blossom #AC4F3E

Tints of Apple Blossom #AC4F3E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 54.95%
G = 25.24%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC4F3E (or 0xAC4F3E) is known color: Apple Blossom. HEX triplet: AC, 4F and 3E. RGB value is (172,79,62). Sum of RGB (Red+Green+Blue) = 172+79+62=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4F3E is #53B0C1. Grayscale: #696969. Windows color (decimal): -5484738 or 4083628. OLE color: 4083628.

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

Color convert

RGB 172 79 62 -
CMYK 0 0.54 0.64 0.33
HSL 9.27º 0.47% 0.46% -
HSV(B) 9.27º 0.64% 0.67% -
XYZ 20.68 14.71 6.31 -
YUV 104.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 172 79 62 0 0.54 0.64 0.33 9.27 0.47 0.46
Hex AC 4F 3E 0 36 40 21 9 2F 2E
Octal 254 117 76 0 66 100 41 11 57 56
Binary 10101100 1001111 111110 0 110110 1000000 100001 1001 101111 101110

Color Harmonies of #AC4F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F3E

Black with #AC4F3E

Text Example


Text Example

White with #AC4F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F3E; }

 p { color: rgb(172,79,62); }

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

background-color css

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

 a { background-color: rgb(172,79,62); }

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

border-color css

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

 span { border-color: rgb(172,79,62); }

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