Html Css Color HEX #AC5F5E Coral Tree

📋 copy color: '#AC5F5E'

red 172 ◦ green 95 ◦ blue 94

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

Shades of Coral Tree #AC5F5E

Tints of Coral Tree #AC5F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 47.65%
G = 26.32%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC5F5E (or 0xAC5F5E) is known color: Coral Tree. HEX triplet: AC, 5F and 5E. RGB value is (172,95,94). Sum of RGB (Red+Green+Blue) = 172+95+94=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5F5E is #53A0A1. Grayscale: #757575. Windows color (decimal): -5480610 or 6184876. OLE color: 6184876.

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

Color convert

RGB 172 95 94 -
CMYK 0 0.45 0.45 0.33
HSL 0.77º 0.32% 0.52% -
HSV(B) 0.77º 0.45% 0.67% -
XYZ 23.13 17.76 12.8 -
YUV 117.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 172 95 94 0 0.45 0.45 0.33 0.77 0.32 0.52
Hex AC 5F 5E 0 2D 2D 21 1 20 34
Octal 254 137 136 0 55 55 41 1 40 64
Binary 10101100 1011111 1011110 0 101101 101101 100001 1 100000 110100

Color Harmonies of #AC5F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F5E

Black with #AC5F5E

Text Example


Text Example

White with #AC5F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F5E; }

 p { color: rgb(172,95,94); }

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

background-color css

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

 a { background-color: rgb(172,95,94); }

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

border-color css

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

 span { border-color: rgb(172,95,94); }

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