Html Css Color HEX #AC5F5D Coral Tree

📋 copy color: '#AC5F5D'

red 172 ◦ green 95 ◦ blue 93

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

Shades of Coral Tree #AC5F5D

Tints of Coral Tree #AC5F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 47.78%
G = 26.39%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC5F5D (or 0xAC5F5D) is known color: Coral Tree. HEX triplet: AC, 5F and 5D. RGB value is (172,95,93). Sum of RGB (Red+Green+Blue) = 172+95+93=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5F5D is #53A0A2. Grayscale: #757575. Windows color (decimal): -5480611 or 6119340. OLE color: 6119340.

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

Color convert

RGB 172 95 93 -
CMYK 0 0.45 0.46 0.33
HSL 1.52º 0.32% 0.52% -
HSV(B) 1.52º 0.46% 0.67% -
XYZ 23.08 17.75 12.56 -
YUV 117.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 172 95 93 0 0.45 0.46 0.33 1.52 0.32 0.52
Hex AC 5F 5D 0 2D 2E 21 2 20 34
Octal 254 137 135 0 55 56 41 2 40 64
Binary 10101100 1011111 1011101 0 101101 101110 100001 10 100000 110100

Color Harmonies of #AC5F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F5D

Black with #AC5F5D

Text Example


Text Example

White with #AC5F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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