Html Css Color HEX #AF746D Coral Tree

📋 copy color: '#AF746D'

red 175 ◦ green 116 ◦ blue 109

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

Shades of Coral Tree #AF746D

Tints of Coral Tree #AF746D

RGB

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

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

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

R = 43.75%
G = 29%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF746D (or 0xAF746D) is known color: Coral Tree. HEX triplet: AF, 74 and 6D. RGB value is (175,116,109). Sum of RGB (Red+Green+Blue) = 175+116+109=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF746D is #508B92. Grayscale: #848484. Windows color (decimal): -5278611 or 7173295. OLE color: 7173295.

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

Color convert

RGB 175 116 109 -
CMYK 0 0.34 0.38 0.31
HSL 6.36º 0.29% 0.56% -
HSV(B) 6.36º 0.38% 0.69% -
XYZ 26.68 22.71 17.44 -
YUV 132.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 175 116 109 0 0.34 0.38 0.31 6.36 0.29 0.56
Hex AF 74 6D 0 22 26 1F 6 1D 38
Octal 257 164 155 0 42 46 37 6 35 70
Binary 10101111 1110100 1101101 0 100010 100110 11111 110 11101 111000

Color Harmonies of #AF746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF746D

Black with #AF746D

Text Example


Text Example

White with #AF746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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