#AF665B

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

Shades of Coral Tree #AF665B

Tints of Coral Tree #AF665B

Color information

#AF665B (or 0xAF665B) is unknown color: approx Coral Tree. HEX triplet: AF, 66 and 5B. RGB value is (175,102,91). Sum of RGB (Red+Green+Blue) = 175+102+91=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF665B is #5099A4. Grayscale: #7A7A7A. Windows color (decimal): -5282213 or 5990063. OLE color: 5990063.

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

Color convert

RGB17510291-
CMYK00.420.480.31
HSL7.86º34.43%52.16%-
HSV(B)7.86º48%68.63%-
XYZ24.3219.3712.35-
YUV122.57110.18165.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=47.55%
G=27.72%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751029100.420.480.317.8634.4352.16
HexAF665B02A301F82234
Octal2571461330526037104264
Binary10101111110011010110110101010110000111111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF665B; }

 p { color: rgb(175,102,91); }

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

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

 a { background-color: rgb(175,102,91); }

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

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

 span { border-color: rgb(175,102,91); }

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