Html Css Color HEX #AF706D Coral Tree

📋 copy color: '#AF706D'

red 175 ◦ green 112 ◦ blue 109

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

Shades of Coral Tree #AF706D

Tints of Coral Tree #AF706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.53%

R = 44.19%
G = 28.28%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF706D (or 0xAF706D) is known color: Coral Tree. HEX triplet: AF, 70 and 6D. RGB value is (175,112,109). Sum of RGB (Red+Green+Blue) = 175+112+109=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF706D is #508F92. Grayscale: #828282. Windows color (decimal): -5279635 or 7172271. OLE color: 7172271.

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

Color convert

RGB 175 112 109 -
CMYK 0 0.36 0.38 0.31
HSL 2.73º 0.29% 0.56% -
HSV(B) 2.73º 0.38% 0.69% -
XYZ 26.23 21.81 17.29 -
YUV 130.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 175 112 109 0 0.36 0.38 0.31 2.73 0.29 0.56
Hex AF 70 6D 0 24 26 1F 3 1D 38
Octal 257 160 155 0 44 46 37 3 35 70
Binary 10101111 1110000 1101101 0 100100 100110 11111 11 11101 111000

Color Harmonies of #AF706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF706D

Black with #AF706D

Text Example


Text Example

White with #AF706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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