Html Css Color HEX #AF715D Coral Tree

📋 copy color: '#AF715D'

red 175 ◦ green 113 ◦ blue 93

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

Shades of Coral Tree #AF715D

Tints of Coral Tree #AF715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.41%

R = 45.93%
G = 29.66%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF715D (or 0xAF715D) is known color: Coral Tree. HEX triplet: AF, 71 and 5D. RGB value is (175,113,93). Sum of RGB (Red+Green+Blue) = 175+113+93=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF715D is #508EA2. Grayscale: #818181. Windows color (decimal): -5279395 or 6123951. OLE color: 6123951.

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

Color convert

RGB 175 113 93 -
CMYK 0 0.35 0.47 0.31
HSL 14.63º 0.34% 0.53% -
HSV(B) 14.63º 0.47% 0.69% -
XYZ 25.56 21.71 13.2 -
YUV 129.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 175 113 93 0 0.35 0.47 0.31 14.63 0.34 0.53
Hex AF 71 5D 0 23 2F 1F F 22 35
Octal 257 161 135 0 43 57 37 17 42 65
Binary 10101111 1110001 1011101 0 100011 101111 11111 1111 100010 110101

Color Harmonies of #AF715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF715D

Black with #AF715D

Text Example


Text Example

White with #AF715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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