Html Css Color HEX #AF716D Coral Tree

📋 copy color: '#AF716D'

red 175 ◦ green 113 ◦ blue 109

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

Shades of Coral Tree #AF716D

Tints of Coral Tree #AF716D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 44.08%
G = 28.46%
B = 27.46%

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

#AF716D (or 0xAF716D) is known color: Coral Tree. HEX triplet: AF, 71 and 6D. RGB value is (175,113,109). Sum of RGB (Red+Green+Blue) = 175+113+109=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF716D is #508E92. Grayscale: #838383. Windows color (decimal): -5279379 or 7172527. OLE color: 7172527.

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

Color convert

RGB 175 113 109 -
CMYK 0 0.35 0.38 0.31
HSL 3.64º 0.29% 0.56% -
HSV(B) 3.64º 0.38% 0.69% -
XYZ 26.34 22.03 17.33 -
YUV 131.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 175 113 109 0 0.35 0.38 0.31 3.64 0.29 0.56
Hex AF 71 6D 0 23 26 1F 4 1D 38
Octal 257 161 155 0 43 46 37 4 35 70
Binary 10101111 1110001 1101101 0 100011 100110 11111 100 11101 111000

Color Harmonies of #AF716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF716D

Black with #AF716D

Text Example


Text Example

White with #AF716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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