Html Css Color HEX #AF6861 Coral Tree

📋 copy color: '#AF6861'

red 175 ◦ green 104 ◦ blue 97

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

Shades of Coral Tree #AF6861

Tints of Coral Tree #AF6861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

 BLUE value IS 97 (38.28% from 255) = 25.8%

R = 46.54%
G = 27.66%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6861 (or 0xAF6861) is known color: Coral Tree. HEX triplet: AF, 68 and 61. RGB value is (175,104,97). Sum of RGB (Red+Green+Blue) = 175+104+97=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6861 is #50979E. Grayscale: #7C7C7C. Windows color (decimal): -5281695 or 6383791. OLE color: 6383791.

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

Color convert

RGB 175 104 97 -
CMYK 0 0.41 0.45 0.31
HSL 5.38º 0.33% 0.53% -
HSV(B) 5.38º 0.45% 0.69% -
XYZ 24.79 19.88 13.84 -
YUV 124.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 175 104 97 0 0.41 0.45 0.31 5.38 0.33 0.53
Hex AF 68 61 0 29 2D 1F 5 21 35
Octal 257 150 141 0 51 55 37 5 41 65
Binary 10101111 1101000 1100001 0 101001 101101 11111 101 100001 110101

Color Harmonies of #AF6861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6861

Black with #AF6861

Text Example


Text Example

White with #AF6861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6861; }

 p { color: rgb(175,104,97); }

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

background-color css

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

 a { background-color: rgb(175,104,97); }

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

border-color css

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

 span { border-color: rgb(175,104,97); }

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