Html Css Color HEX #AF7166 Coral Tree

📋 copy color: '#AF7166'

red 175 ◦ green 113 ◦ blue 102

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

Shades of Coral Tree #AF7166

Tints of Coral Tree #AF7166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.97%

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 44.87%
G = 28.97%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF7166 (or 0xAF7166) is known color: Coral Tree. HEX triplet: AF, 71 and 66. RGB value is (175,113,102). Sum of RGB (Red+Green+Blue) = 175+113+102=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7166 is #508E99. Grayscale: #828282. Windows color (decimal): -5279386 or 6713775. OLE color: 6713775.

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

Color convert

RGB 175 113 102 -
CMYK 0 0.35 0.42 0.31
HSL 9.04º 0.31% 0.54% -
HSV(B) 9.04º 0.42% 0.69% -
XYZ 25.98 21.88 15.42 -
YUV 130.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 175 113 102 0 0.35 0.42 0.31 9.04 0.31 0.54
Hex AF 71 66 0 23 2A 1F 9 1F 36
Octal 257 161 146 0 43 52 37 11 37 66
Binary 10101111 1110001 1100110 0 100011 101010 11111 1001 11111 110110

Color Harmonies of #AF7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7166

Black with #AF7166

Text Example


Text Example

White with #AF7166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7166; }

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

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

background-color css

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

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

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

border-color css

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

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

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