Html Css Color HEX #AF685F Coral Tree

📋 copy color: '#AF685F'

red 175 ◦ green 104 ◦ blue 95

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

Shades of Coral Tree #AF685F

Tints of Coral Tree #AF685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.4%

R = 46.79%
G = 27.81%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF685F (or 0xAF685F) is known color: Coral Tree. HEX triplet: AF, 68 and 5F. RGB value is (175,104,95). Sum of RGB (Red+Green+Blue) = 175+104+95=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF685F is #5097A0. Grayscale: #7C7C7C. Windows color (decimal): -5281697 or 6252719. OLE color: 6252719.

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

Color convert

RGB 175 104 95 -
CMYK 0 0.41 0.46 0.31
HSL 6.75º 0.33% 0.53% -
HSV(B) 6.75º 0.46% 0.69% -
XYZ 24.7 19.84 13.35 -
YUV 124.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 175 104 95 0 0.41 0.46 0.31 6.75 0.33 0.53
Hex AF 68 5F 0 29 2E 1F 7 21 35
Octal 257 150 137 0 51 56 37 7 41 65
Binary 10101111 1101000 1011111 0 101001 101110 11111 111 100001 110101

Color Harmonies of #AF685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF685F

Black with #AF685F

Text Example


Text Example

White with #AF685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF685F; }

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

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

background-color css

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

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

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

border-color css

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

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

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