#AF7264

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

Shades of Coral Tree #AF7264

Tints of Coral Tree #AF7264

Color information

#AF7264 (or 0xAF7264) is unknown color: approx Coral Tree. HEX triplet: AF, 72 and 64. RGB value is (175,114,100). Sum of RGB (Red+Green+Blue) = 175+114+100=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7264 is #508D9B. Grayscale: #828282. Windows color (decimal): -5279132 or 6582959. OLE color: 6582959.

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

Color convert

RGB175114100-
CMYK00.350.430.31
HSL11.2º31.91%53.92%-
HSV(B)11.2º42.86%68.63%-
XYZ2622.0714.95-
YUV130.64110.71159.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=44.99%
G=29.31%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511410000.350.430.3111.231.9153.92
HexAF72640232B1Fb2036
Octal2571621440435337134066
Binary10101111111001011001000100011101011111111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7264; }

 p { color: rgb(175,114,100); }

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

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

 a { background-color: rgb(175,114,100); }

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

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

 span { border-color: rgb(175,114,100); }

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