Html Css Color HEX #AF6660 Coral Tree

📋 copy color: '#AF6660'

red 175 ◦ green 102 ◦ blue 96

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

Shades of Coral Tree #AF6660

Tints of Coral Tree #AF6660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 46.92%
G = 27.35%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6660 (or 0xAF6660) is known color: Coral Tree. HEX triplet: AF, 66 and 60. RGB value is (175,102,96). Sum of RGB (Red+Green+Blue) = 175+102+96=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6660 is #50999F. Grayscale: #7B7B7B. Windows color (decimal): -5282208 or 6317743. OLE color: 6317743.

HSL color Cylindrical-coordinate representation of color #AF6660: hue angle of 4.56º 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 #AF6660 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 96 -
CMYK 0 0.42 0.45 0.31
HSL 4.56º 0.33% 0.53% -
HSV(B) 4.56º 0.45% 0.69% -
XYZ 24.54 19.46 13.53 -
YUV 123.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 175 102 96 0 0.42 0.45 0.31 4.56 0.33 0.53
Hex AF 66 60 0 2A 2D 1F 5 21 35
Octal 257 146 140 0 52 55 37 5 41 65
Binary 10101111 1100110 1100000 0 101010 101101 11111 101 100001 110101

Color Harmonies of #AF6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6660

Black with #AF6660

Text Example


Text Example

White with #AF6660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6660; }

 p { color: rgb(175,102,96); }

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

background-color css

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

 a { background-color: rgb(175,102,96); }

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

border-color css

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

 span { border-color: rgb(175,102,96); }

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