#AF695C

Color #AF695C Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AF695C

Tints of Coral Tree #AF695C

Color information

#AF695C (or 0xAF695C) is unknown color: approx Coral Tree. HEX triplet: AF, 69 and 5C. RGB value is (175,105,92). Sum of RGB (Red+Green+Blue) = 175+105+92=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF695C is #5096A3. Grayscale: #7C7C7C. Windows color (decimal): -5281444 or 6056367. OLE color: 6056367.

HSL color Cylindrical-coordinate representation of color #AF695C: hue angle of 9.4º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF695C is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17510592-
CMYK00.400.470.31
HSL9.4º34.16%52.35%-
HSV(B)9.4º47.43%68.63%-
XYZ24.6619.9912.68-
YUV124.45109.69164.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 92 (36.33% from 255) = 24.73%
R=47.04%
G=28.23%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751059200.400.470.319.434.1652.35
HexAF695C0282F1F92234
Octal2571511340505737114264
Binary10101111110100110111000101000101111111111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF695C; }

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

 H1.HeaderClassName
 {
   color: #AF695C;
 }
 .AnyTagClassName
 {
   color: #AF695C;
 }
</style>
background-color css

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

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

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

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

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

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