#AF7367

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

Shades of Coral Tree #AF7367

Tints of Coral Tree #AF7367

Color information

#AF7367 (or 0xAF7367) is unknown color: approx Coral Tree. HEX triplet: AF, 73 and 67. RGB value is (175,115,103). Sum of RGB (Red+Green+Blue) = 175+115+103=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7367 is #508C98. Grayscale: #838383. Windows color (decimal): -5278873 or 6779823. OLE color: 6779823.

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

Color convert

RGB175115103-
CMYK00.340.410.31
HSL10º31.03%54.51%-
HSV(B)10º41.14%68.63%-
XYZ26.2622.3515.76-
YUV131.57111.88158.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=44.53%
G=29.26%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511510300.340.410.311031.0354.51
HexAF7367022291Fa1f37
Octal2571631470425137123767
Binary1010111111100111100111010001010100111111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7367; }

 p { color: rgb(175,115,103); }

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

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

 a { background-color: rgb(175,115,103); }

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

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

 span { border-color: rgb(175,115,103); }

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