Html Css Color HEX #AF766D Coral Tree

📋 copy color: '#AF766D'

red 175 ◦ green 118 ◦ blue 109

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

Shades of Coral Tree #AF766D

Tints of Coral Tree #AF766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

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

R = 43.53%
G = 29.35%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF766D (or 0xAF766D) is known color: Coral Tree. HEX triplet: AF, 76 and 6D. RGB value is (175,118,109). Sum of RGB (Red+Green+Blue) = 175+118+109=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF766D is #508992. Grayscale: #868686. Windows color (decimal): -5278099 or 7173807. OLE color: 7173807.

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

Color convert

RGB 175 118 109 -
CMYK 0 0.33 0.38 0.31
HSL 8.18º 0.29% 0.56% -
HSV(B) 8.18º 0.38% 0.69% -
XYZ 26.92 23.17 17.52 -
YUV 134.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 175 118 109 0 0.33 0.38 0.31 8.18 0.29 0.56
Hex AF 76 6D 0 21 26 1F 8 1D 38
Octal 257 166 155 0 41 46 37 10 35 70
Binary 10101111 1110110 1101101 0 100001 100110 11111 1000 11101 111000

Color Harmonies of #AF766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF766D

Black with #AF766D

Text Example


Text Example

White with #AF766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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