Html Css Color HEX #AC685F Coral Tree

📋 copy color: '#AC685F'

red 172 ◦ green 104 ◦ blue 95

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

Shades of Coral Tree #AC685F

Tints of Coral Tree #AC685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 46.36%
G = 28.03%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC685F (or 0xAC685F) is known color: Coral Tree. HEX triplet: AC, 68 and 5F. RGB value is (172,104,95). Sum of RGB (Red+Green+Blue) = 172+104+95=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC685F is #5397A0. Grayscale: #7B7B7B. Windows color (decimal): -5478305 or 6252716. OLE color: 6252716.

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

Color convert

RGB 172 104 95 -
CMYK 0 0.40 0.45 0.33
HSL 7.01º 0.32% 0.52% -
HSV(B) 7.01º 0.45% 0.67% -
XYZ 24.03 19.5 13.32 -
YUV 123.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 172 104 95 0 0.40 0.45 0.33 7.01 0.32 0.52
Hex AC 68 5F 0 28 2D 21 7 20 34
Octal 254 150 137 0 50 55 41 7 40 64
Binary 10101100 1101000 1011111 0 101000 101101 100001 111 100000 110100

Color Harmonies of #AC685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC685F

Black with #AC685F

Text Example


Text Example

White with #AC685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC685F; }

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

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

background-color css

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

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

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

border-color css

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

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

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