Html Css Color HEX #AF776D Coral Tree

📋 copy color: '#AF776D'

red 175 ◦ green 119 ◦ blue 109

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

Shades of Coral Tree #AF776D

Tints of Coral Tree #AF776D

RGB

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

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

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

R = 43.42%
G = 29.53%
B = 27.05%

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

#AF776D (or 0xAF776D) is known color: Coral Tree. HEX triplet: AF, 77 and 6D. RGB value is (175,119,109). Sum of RGB (Red+Green+Blue) = 175+119+109=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF776D is #508892. Grayscale: #868686. Windows color (decimal): -5277843 or 7174063. OLE color: 7174063.

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

Color convert

RGB 175 119 109 -
CMYK 0 0.32 0.38 0.31
HSL 9.09º 0.29% 0.56% -
HSV(B) 9.09º 0.38% 0.69% -
XYZ 27.04 23.41 17.56 -
YUV 134.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 175 119 109 0 0.32 0.38 0.31 9.09 0.29 0.56
Hex AF 77 6D 0 20 26 1F 9 1D 38
Octal 257 167 155 0 40 46 37 11 35 70
Binary 10101111 1110111 1101101 0 100000 100110 11111 1001 11101 111000

Color Harmonies of #AF776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF776D

Black with #AF776D

Text Example


Text Example

White with #AF776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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