Html Css Color HEX #AC6C5F Coral Tree

📋 copy color: '#AC6C5F'

red 172 ◦ green 108 ◦ blue 95

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

Shades of Coral Tree #AC6C5F

Tints of Coral Tree #AC6C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

 BLUE value IS 95 (37.5% from 255) = 25.33%

R = 45.87%
G = 28.8%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC6C5F (or 0xAC6C5F) is known color: Coral Tree. HEX triplet: AC, 6C and 5F. RGB value is (172,108,95). Sum of RGB (Red+Green+Blue) = 172+108+95=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C5F is #5393A0. Grayscale: #7D7D7D. Windows color (decimal): -5477281 or 6253740. OLE color: 6253740.

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

Color convert

RGB 172 108 95 -
CMYK 0 0.37 0.45 0.33
HSL 10.13º 0.32% 0.52% -
HSV(B) 10.13º 0.45% 0.67% -
XYZ 24.44 20.32 13.46 -
YUV 125.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 172 108 95 0 0.37 0.45 0.33 10.13 0.32 0.52
Hex AC 6C 5F 0 25 2D 21 A 20 34
Octal 254 154 137 0 45 55 41 12 40 64
Binary 10101100 1101100 1011111 0 100101 101101 100001 1010 100000 110100

Color Harmonies of #AC6C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C5F

Black with #AC6C5F

Text Example


Text Example

White with #AC6C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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