Html Css Color HEX #AF706E Coral Tree

📋 copy color: '#AF706E'

red 175 ◦ green 112 ◦ blue 110

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

Shades of Coral Tree #AF706E

Tints of Coral Tree #AF706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.71%

R = 44.08%
G = 28.21%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF706E (or 0xAF706E) is known color: Coral Tree. HEX triplet: AF, 70 and 6E. RGB value is (175,112,110). Sum of RGB (Red+Green+Blue) = 175+112+110=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF706E is #508F91. Grayscale: #828282. Windows color (decimal): -5279634 or 7237807. OLE color: 7237807.

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

Color convert

RGB 175 112 110 -
CMYK 0 0.36 0.37 0.31
HSL 1.85º 0.29% 0.56% -
HSV(B) 1.85º 0.37% 0.69% -
XYZ 26.29 21.83 17.58 -
YUV 130.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 175 112 110 0 0.36 0.37 0.31 1.85 0.29 0.56
Hex AF 70 6E 0 24 25 1F 2 1D 38
Octal 257 160 156 0 44 45 37 2 35 70
Binary 10101111 1110000 1101110 0 100100 100101 11111 10 11101 111000

Color Harmonies of #AF706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF706E

Black with #AF706E

Text Example


Text Example

White with #AF706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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