#AF6B6A

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

Shades of Coral Tree #AF6B6A

Tints of Coral Tree #AF6B6A

Color information

#AF6B6A (or 0xAF6B6A) is unknown color: approx Coral Tree. HEX triplet: AF, 6B and 6A. RGB value is (175,107,106). Sum of RGB (Red+Green+Blue) = 175+107+106=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B6A is #509495. Grayscale: #7F7F7F. Windows color (decimal): -5280918 or 6974383. OLE color: 6974383.

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

Color convert

RGB175107106-
CMYK00.390.390.31
HSL0.87º30.13%55.1%-
HSV(B)0.87º39.43%68.63%-
XYZ25.5420.6716.28-
YUV127.22116.03162.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=45.10%
G=27.58%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510710600.390.390.310.8730.1355.1
HexAF6B6A027271F11e37
Octal257153152047473713667
Binary1010111111010111101010010011110011111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B6A; }

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

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

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

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

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

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

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

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