Html Css Color HEX #AF705E Coral Tree

📋 copy color: '#AF705E'

red 175 ◦ green 112 ◦ blue 94

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

Shades of Coral Tree #AF705E

Tints of Coral Tree #AF705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 45.93%
G = 29.4%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF705E (or 0xAF705E) is known color: Coral Tree. HEX triplet: AF, 70 and 5E. RGB value is (175,112,94). Sum of RGB (Red+Green+Blue) = 175+112+94=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF705E is #508FA1. Grayscale: #808080. Windows color (decimal): -5279650 or 6189231. OLE color: 6189231.

HSL color Cylindrical-coordinate representation of color #AF705E: hue angle of 13.33º degrees, saturation: 0.34, 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 #AF705E is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 94 -
CMYK 0 0.36 0.46 0.31
HSL 13.33º 0.34% 0.53% -
HSV(B) 13.33º 0.46% 0.69% -
XYZ 25.49 21.51 13.4 -
YUV 128.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 175 112 94 0 0.36 0.46 0.31 13.33 0.34 0.53
Hex AF 70 5E 0 24 2E 1F D 22 35
Octal 257 160 136 0 44 56 37 15 42 65
Binary 10101111 1110000 1011110 0 100100 101110 11111 1101 100010 110101

Color Harmonies of #AF705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF705E

Black with #AF705E

Text Example


Text Example

White with #AF705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF705E; }

 p { color: rgb(175,112,94); }

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

background-color css

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

 a { background-color: rgb(175,112,94); }

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

border-color css

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

 span { border-color: rgb(175,112,94); }

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