Html Css Color HEX #AF706F Coral Tree

📋 copy color: '#AF706F'

red 175 ◦ green 112 ◦ blue 111

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

Shades of Coral Tree #AF706F

Tints of Coral Tree #AF706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.89%

R = 43.97%
G = 28.14%
B = 27.89%

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

#AF706F (or 0xAF706F) is known color: Coral Tree. HEX triplet: AF, 70 and 6F. RGB value is (175,112,111). Sum of RGB (Red+Green+Blue) = 175+112+111=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF706F is #508F90. Grayscale: #828282. Windows color (decimal): -5279633 or 7303343. OLE color: 7303343.

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

Color convert

RGB 175 112 111 -
CMYK 0 0.36 0.37 0.31
HSL 0.94º 0.29% 0.56% -
HSV(B) 0.94º 0.37% 0.69% -
XYZ 26.34 21.85 17.87 -
YUV 130.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 175 112 111 0 0.36 0.37 0.31 0.94 0.29 0.56
Hex AF 70 6F 0 24 25 1F 1 1D 38
Octal 257 160 157 0 44 45 37 1 35 70
Binary 10101111 1110000 1101111 0 100100 100101 11111 1 11101 111000

Color Harmonies of #AF706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF706F

Black with #AF706F

Text Example


Text Example

White with #AF706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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