#AF7B6B

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

Shades of Coral Tree #AF7B6B

Tints of Coral Tree #AF7B6B

Color information

#AF7B6B (or 0xAF7B6B) is unknown color: approx Coral Tree. HEX triplet: AF, 7B and 6B. RGB value is (175,123,107). Sum of RGB (Red+Green+Blue) = 175+123+107=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B6B is #508494. Grayscale: #888888. Windows color (decimal): -5276821 or 7044015. OLE color: 7044015.

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

Color convert

RGB175123107-
CMYK00.300.390.31
HSL14.12º29.82%55.29%-
HSV(B)14.12º38.86%68.63%-
XYZ27.4224.3417.16-
YUV136.72111.23155.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=43.21%
G=30.37%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512310700.300.390.3114.1229.8255.29
HexAF7B6B01E271Fe1e37
Octal2571731530364737163667
Binary101011111111011110101101111010011111111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B6B; }

 p { color: rgb(175,123,107); }

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

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

 a { background-color: rgb(175,123,107); }

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

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

 span { border-color: rgb(175,123,107); }

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