#AF665A

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

Shades of Coral Tree #AF665A

Tints of Coral Tree #AF665A

Color information

#AF665A (or 0xAF665A) is unknown color: approx Coral Tree. HEX triplet: AF, 66 and 5A. RGB value is (175,102,90). Sum of RGB (Red+Green+Blue) = 175+102+90=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF665A is #5099A5. Grayscale: #7A7A7A. Windows color (decimal): -5282214 or 5924527. OLE color: 5924527.

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

Color convert

RGB17510290-
CMYK00.420.490.31
HSL8.47º34.69%51.96%-
HSV(B)8.47º48.57%68.63%-
XYZ24.2819.3512.13-
YUV122.46109.68165.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=47.68%
G=27.79%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751029000.420.490.318.4734.6951.96
HexAF665A02A311F82334
Octal2571461320526137104364
Binary10101111110011010110100101010110001111111000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF665A; }

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

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

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

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

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

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

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

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