Html Css Color HEX #AF746F Coral Tree

📋 copy color: '#AF746F'

red 175 ◦ green 116 ◦ blue 111

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

Shades of Coral Tree #AF746F

Tints of Coral Tree #AF746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.86%

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

R = 43.53%
G = 28.86%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF746F (or 0xAF746F) is known color: Coral Tree. HEX triplet: AF, 74 and 6F. RGB value is (175,116,111). Sum of RGB (Red+Green+Blue) = 175+116+111=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF746F is #508B90. Grayscale: #858585. Windows color (decimal): -5278609 or 7304367. OLE color: 7304367.

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

Color convert

RGB 175 116 111 -
CMYK 0 0.34 0.37 0.31
HSL 4.69º 0.29% 0.56% -
HSV(B) 4.69º 0.37% 0.69% -
XYZ 26.79 22.75 18.02 -
YUV 133.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 175 116 111 0 0.34 0.37 0.31 4.69 0.29 0.56
Hex AF 74 6F 0 22 25 1F 5 1D 38
Octal 257 164 157 0 42 45 37 5 35 70
Binary 10101111 1110100 1101111 0 100010 100101 11111 101 11101 111000

Color Harmonies of #AF746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF746F

Black with #AF746F

Text Example


Text Example

White with #AF746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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