Html Css Color HEX #AC695E Coral Tree

📋 copy color: '#AC695E'

red 172 ◦ green 105 ◦ blue 94

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

Shades of Coral Tree #AC695E

Tints of Coral Tree #AC695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

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

R = 46.36%
G = 28.3%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC695E (or 0xAC695E) is known color: Coral Tree. HEX triplet: AC, 69 and 5E. RGB value is (172,105,94). Sum of RGB (Red+Green+Blue) = 172+105+94=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC695E is #5396A1. Grayscale: #7B7B7B. Windows color (decimal): -5478050 or 6187436. OLE color: 6187436.

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

Color convert

RGB 172 105 94 -
CMYK 0 0.39 0.45 0.33
HSL 8.46º 0.32% 0.52% -
HSV(B) 8.46º 0.45% 0.67% -
XYZ 24.09 19.68 13.12 -
YUV 123.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 172 105 94 0 0.39 0.45 0.33 8.46 0.32 0.52
Hex AC 69 5E 0 27 2D 21 8 20 34
Octal 254 151 136 0 47 55 41 10 40 64
Binary 10101100 1101001 1011110 0 100111 101101 100001 1000 100000 110100

Color Harmonies of #AC695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC695E

Black with #AC695E

Text Example


Text Example

White with #AC695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC695E; }

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

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

background-color css

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

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

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

border-color css

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

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

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