Html Css Color HEX #AF706B Coral Tree

📋 copy color: '#AF706B'

red 175 ◦ green 112 ◦ blue 107

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

Shades of Coral Tree #AF706B

Tints of Coral Tree #AF706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 44.42%
G = 28.43%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF706B (or 0xAF706B) is known color: Coral Tree. HEX triplet: AF, 70 and 6B. RGB value is (175,112,107). Sum of RGB (Red+Green+Blue) = 175+112+107=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF706B is #508F94. Grayscale: #828282. Windows color (decimal): -5279637 or 7041199. OLE color: 7041199.

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

Color convert

RGB 175 112 107 -
CMYK 0 0.36 0.39 0.31
HSL 4.41º 0.3% 0.55% -
HSV(B) 4.41º 0.39% 0.69% -
XYZ 26.13 21.76 16.73 -
YUV 130.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 175 112 107 0 0.36 0.39 0.31 4.41 0.3 0.55
Hex AF 70 6B 0 24 27 1F 4 1E 37
Octal 257 160 153 0 44 47 37 4 36 67
Binary 10101111 1110000 1101011 0 100100 100111 11111 100 11110 110111

Color Harmonies of #AF706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF706B

Black with #AF706B

Text Example


Text Example

White with #AF706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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