Html Css Color HEX #AF746C Coral Tree

📋 copy color: '#AF746C'

red 175 ◦ green 116 ◦ blue 108

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

Shades of Coral Tree #AF746C

Tints of Coral Tree #AF746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.07%

R = 43.86%
G = 29.07%
B = 27.07%

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

#AF746C (or 0xAF746C) is known color: Coral Tree. HEX triplet: AF, 74 and 6C. RGB value is (175,116,108). Sum of RGB (Red+Green+Blue) = 175+116+108=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF746C is #508B93. Grayscale: #848484. Windows color (decimal): -5278612 or 7107759. OLE color: 7107759.

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

Color convert

RGB 175 116 108 -
CMYK 0 0.34 0.38 0.31
HSL 7.16º 0.3% 0.55% -
HSV(B) 7.16º 0.38% 0.69% -
XYZ 26.63 22.69 17.16 -
YUV 132.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 175 116 108 0 0.34 0.38 0.31 7.16 0.3 0.55
Hex AF 74 6C 0 22 26 1F 7 1E 37
Octal 257 164 154 0 42 46 37 7 36 67
Binary 10101111 1110100 1101100 0 100010 100110 11111 111 11110 110111

Color Harmonies of #AF746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF746C

Black with #AF746C

Text Example


Text Example

White with #AF746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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