Html Css Color HEX #AF6E6C Coral Tree

📋 copy color: '#AF6E6C'

red 175 ◦ green 110 ◦ blue 108

#AF6E6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #AF6E6C

Tints of Coral Tree #AF6E6C

RGB

 RED value IS 175 (68.75% from 255) = 44.53%

 GREEN value IS 110 (43.36% from 255) = 27.99%

 BLUE value IS 108 (42.58% from 255) = 27.48%

R = 44.53%
G = 27.99%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF6E6C (or 0xAF6E6C) is known color: Coral Tree. HEX triplet: AF, 6E and 6C. RGB value is (175,110,108). Sum of RGB (Red+Green+Blue) = 175+110+108=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E6C is #509193. Grayscale: #818181. Windows color (decimal): -5280148 or 7106223. OLE color: 7106223.

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

Color convert

RGB 175 110 108 -
CMYK 0 0.37 0.38 0.31
HSL 1.79º 0.3% 0.55% -
HSV(B) 1.79º 0.38% 0.69% -
XYZ 25.96 21.35 16.94 -
YUV 129.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 175 110 108 0 0.37 0.38 0.31 1.79 0.3 0.55
Hex AF 6E 6C 0 25 26 1F 2 1E 37
Octal 257 156 154 0 45 46 37 2 36 67
Binary 10101111 1101110 1101100 0 100101 100110 11111 10 11110 110111

Color Harmonies of #AF6E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E6C

Black with #AF6E6C

Text Example


Text Example

White with #AF6E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E6C; }

 p { color: rgb(175,110,108); }

 H1.HeaderClassName
 {
   color: #AF6E6C;
 }
 .AnyTagClassName
 {
   color: #AF6E6C;
 }
</style>

background-color css

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

 a { background-color: rgb(175,110,108); }

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

border-color css

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

 span { border-color: rgb(175,110,108); }

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