Html Css Color HEX #AF766B Coral Tree

📋 copy color: '#AF766B'

red 175 ◦ green 118 ◦ blue 107

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

Shades of Coral Tree #AF766B

Tints of Coral Tree #AF766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 43.75%
G = 29.5%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF766B (or 0xAF766B) is known color: Coral Tree. HEX triplet: AF, 76 and 6B. RGB value is (175,118,107). Sum of RGB (Red+Green+Blue) = 175+118+107=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF766B is #508994. Grayscale: #858585. Windows color (decimal): -5278101 or 7042735. OLE color: 7042735.

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

Color convert

RGB 175 118 107 -
CMYK 0 0.33 0.39 0.31
HSL 9.71º 0.3% 0.55% -
HSV(B) 9.71º 0.39% 0.69% -
XYZ 26.81 23.13 16.96 -
YUV 133.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 175 118 107 0 0.33 0.39 0.31 9.71 0.3 0.55
Hex AF 76 6B 0 21 27 1F A 1E 37
Octal 257 166 153 0 41 47 37 12 36 67
Binary 10101111 1110110 1101011 0 100001 100111 11111 1010 11110 110111

Color Harmonies of #AF766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF766B

Black with #AF766B

Text Example


Text Example

White with #AF766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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