Html Css Color HEX #AC695C Coral Tree

📋 copy color: '#AC695C'

red 172 ◦ green 105 ◦ blue 92

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

Shades of Coral Tree #AC695C

Tints of Coral Tree #AC695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.93%

R = 46.61%
G = 28.46%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC695C (or 0xAC695C) is known color: Coral Tree. HEX triplet: AC, 69 and 5C. RGB value is (172,105,92). Sum of RGB (Red+Green+Blue) = 172+105+92=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC695C is #5396A3. Grayscale: #7B7B7B. Windows color (decimal): -5478052 or 6056364. OLE color: 6056364.

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

Color convert

RGB 172 105 92 -
CMYK 0 0.39 0.47 0.33
HSL 9.75º 0.33% 0.52% -
HSV(B) 9.75º 0.47% 0.67% -
XYZ 24 19.65 12.65 -
YUV 123.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 172 105 92 0 0.39 0.47 0.33 9.75 0.33 0.52
Hex AC 69 5C 0 27 2F 21 A 21 34
Octal 254 151 134 0 47 57 41 12 41 64
Binary 10101100 1101001 1011100 0 100111 101111 100001 1010 100001 110100

Color Harmonies of #AC695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC695C

Black with #AC695C

Text Example


Text Example

White with #AC695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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