Html Css Color HEX #AF766F Coral Tree

📋 copy color: '#AF766F'

red 175 ◦ green 118 ◦ blue 111

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

Shades of Coral Tree #AF766F

Tints of Coral Tree #AF766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 43.32%
G = 29.21%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF766F (or 0xAF766F) is known color: Coral Tree. HEX triplet: AF, 76 and 6F. RGB value is (175,118,111). Sum of RGB (Red+Green+Blue) = 175+118+111=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF766F is #508990. Grayscale: #868686. Windows color (decimal): -5278097 or 7304879. OLE color: 7304879.

HSL color Cylindrical-coordinate representation of color #AF766F: hue angle of 6.56º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF766F is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 111 -
CMYK 0 0.33 0.37 0.31
HSL 6.56º 0.29% 0.56% -
HSV(B) 6.56º 0.37% 0.69% -
XYZ 27.03 23.22 18.1 -
YUV 134.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 175 118 111 0 0.33 0.37 0.31 6.56 0.29 0.56
Hex AF 76 6F 0 21 25 1F 7 1D 38
Octal 257 166 157 0 41 45 37 7 35 70
Binary 10101111 1110110 1101111 0 100001 100101 11111 111 11101 111000

Color Harmonies of #AF766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF766F

Black with #AF766F

Text Example


Text Example

White with #AF766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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