#AF7165

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

Shades of Coral Tree #AF7165

Tints of Coral Tree #AF7165

Color information

#AF7165 (or 0xAF7165) is unknown color: approx Coral Tree. HEX triplet: AF, 71 and 65. RGB value is (175,113,101). Sum of RGB (Red+Green+Blue) = 175+113+101=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7165 is #508E9A. Grayscale: #828282. Windows color (decimal): -5279387 or 6648239. OLE color: 6648239.

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

Color convert

RGB175113101-
CMYK00.350.420.31
HSL9.73º31.62%54.12%-
HSV(B)9.73º42.29%68.63%-
XYZ25.9321.8615.17-
YUV130.17111.54159.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=44.99%
G=29.05%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511310100.350.420.319.7331.6254.12
HexAF71650232A1Fa2036
Octal2571611450435237124066
Binary10101111111000111001010100011101010111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7165; }

 p { color: rgb(175,113,101); }

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

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

 a { background-color: rgb(175,113,101); }

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

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

 span { border-color: rgb(175,113,101); }

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