Html Css Color HEX #AF716C Coral Tree

📋 copy color: '#AF716C'

red 175 ◦ green 113 ◦ blue 108

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

Shades of Coral Tree #AF716C

Tints of Coral Tree #AF716C

RGB

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

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

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

R = 44.19%
G = 28.54%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF716C (or 0xAF716C) is known color: Coral Tree. HEX triplet: AF, 71 and 6C. RGB value is (175,113,108). Sum of RGB (Red+Green+Blue) = 175+113+108=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF716C is #508E93. Grayscale: #838383. Windows color (decimal): -5279380 or 7106991. OLE color: 7106991.

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

Color convert

RGB 175 113 108 -
CMYK 0 0.35 0.38 0.31
HSL 4.48º 0.3% 0.55% -
HSV(B) 4.48º 0.38% 0.69% -
XYZ 26.29 22.01 17.05 -
YUV 130.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 175 113 108 0 0.35 0.38 0.31 4.48 0.3 0.55
Hex AF 71 6C 0 23 26 1F 4 1E 37
Octal 257 161 154 0 43 46 37 4 36 67
Binary 10101111 1110001 1101100 0 100011 100110 11111 100 11110 110111

Color Harmonies of #AF716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF716C

Black with #AF716C

Text Example


Text Example

White with #AF716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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