Html Css Color HEX #AF685D Coral Tree

📋 copy color: '#AF685D'

red 175 ◦ green 104 ◦ blue 93

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

Shades of Coral Tree #AF685D

Tints of Coral Tree #AF685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

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

R = 47.04%
G = 27.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF685D (or 0xAF685D) is known color: Coral Tree. HEX triplet: AF, 68 and 5D. RGB value is (175,104,93). Sum of RGB (Red+Green+Blue) = 175+104+93=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF685D is #5097A2. Grayscale: #7C7C7C. Windows color (decimal): -5281699 or 6121647. OLE color: 6121647.

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

Color convert

RGB 175 104 93 -
CMYK 0 0.41 0.47 0.31
HSL 8.05º 0.34% 0.53% -
HSV(B) 8.05º 0.47% 0.69% -
XYZ 24.61 19.8 12.88 -
YUV 123.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 175 104 93 0 0.41 0.47 0.31 8.05 0.34 0.53
Hex AF 68 5D 0 29 2F 1F 8 22 35
Octal 257 150 135 0 51 57 37 10 42 65
Binary 10101111 1101000 1011101 0 101001 101111 11111 1000 100010 110101

Color Harmonies of #AF685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF685D

Black with #AF685D

Text Example


Text Example

White with #AF685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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