Html Css Color HEX #AF776C Coral Tree

📋 copy color: '#AF776C'

red 175 ◦ green 119 ◦ blue 108

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

Shades of Coral Tree #AF776C

Tints of Coral Tree #AF776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.6%

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

R = 43.53%
G = 29.6%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF776C (or 0xAF776C) is known color: Coral Tree. HEX triplet: AF, 77 and 6C. RGB value is (175,119,108). Sum of RGB (Red+Green+Blue) = 175+119+108=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF776C is #508893. Grayscale: #868686. Windows color (decimal): -5277844 or 7108527. OLE color: 7108527.

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

Color convert

RGB 175 119 108 -
CMYK 0 0.32 0.38 0.31
HSL 9.85º 0.3% 0.55% -
HSV(B) 9.85º 0.38% 0.69% -
XYZ 26.98 23.39 17.28 -
YUV 134.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 175 119 108 0 0.32 0.38 0.31 9.85 0.3 0.55
Hex AF 77 6C 0 20 26 1F A 1E 37
Octal 257 167 154 0 40 46 37 12 36 67
Binary 10101111 1110111 1101100 0 100000 100110 11111 1010 11110 110111

Color Harmonies of #AF776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF776C

Black with #AF776C

Text Example


Text Example

White with #AF776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF776C; }

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

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

background-color css

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

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

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

border-color css

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

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

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