#AF7968

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

Shades of Coral Tree #AF7968

Tints of Coral Tree #AF7968

Color information

#AF7968 (or 0xAF7968) is unknown color: approx Coral Tree. HEX triplet: AF, 79 and 68. RGB value is (175,121,104). Sum of RGB (Red+Green+Blue) = 175+121+104=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7968 is #508697. Grayscale: #878787. Windows color (decimal): -5277336 or 6846895. OLE color: 6846895.

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

Color convert

RGB175121104-
CMYK00.310.410.31
HSL14.37º30.74%54.71%-
HSV(B)14.37º40.57%68.63%-
XYZ27.0223.7916.26-
YUV135.21110.39156.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 121 (47.66% from 255) = 30.25%
BLUE value IS 104 (41.02% from 255) = 26%
R=43.75%
G=30.25%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512110400.310.410.3114.3730.7454.71
HexAF796801F291Fe1f37
Octal2571711500375137163767
Binary101011111111001110100001111110100111111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7968; }

 p { color: rgb(175,121,104); }

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

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

 a { background-color: rgb(175,121,104); }

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

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

 span { border-color: rgb(175,121,104); }

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