#AF6B61

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

Shades of Coral Tree #AF6B61

Tints of Coral Tree #AF6B61

Color information

#AF6B61 (or 0xAF6B61) is unknown color: approx Coral Tree. HEX triplet: AF, 6B and 61. RGB value is (175,107,97). Sum of RGB (Red+Green+Blue) = 175+107+97=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B61 is #50949E. Grayscale: #7E7E7E. Windows color (decimal): -5280927 or 6384559. OLE color: 6384559.

HSL color Cylindrical-coordinate representation of color #AF6B61: hue angle of 7.69º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6B61 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17510797-
CMYK00.390.450.31
HSL7.69º32.77%53.33%-
HSV(B)7.69º44.57%68.63%-
XYZ25.0920.4913.94-
YUV126.19111.53162.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=46.17%
G=28.23%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751079700.390.450.317.6932.7753.33
HexAF6B610272D1F82135
Octal2571531410475537104165
Binary10101111110101111000010100111101101111111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B61; }

 p { color: rgb(175,107,97); }

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

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

 a { background-color: rgb(175,107,97); }

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

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

 span { border-color: rgb(175,107,97); }

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