Html Css Color HEX #AF7865 Coral Tree

📋 copy color: '#AF7865'

red 175 ◦ green 120 ◦ blue 101

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

Shades of Coral Tree #AF7865

Tints of Coral Tree #AF7865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.3%

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 44.19%
G = 30.3%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF7865 (or 0xAF7865) is known color: Coral Tree. HEX triplet: AF, 78 and 65. RGB value is (175,120,101). Sum of RGB (Red+Green+Blue) = 175+120+101=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7865 is #50879A. Grayscale: #868686. Windows color (decimal): -5277595 or 6650031. OLE color: 6650031.

HSL color Cylindrical-coordinate representation of color #AF7865: hue angle of 15.41º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7865 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 120 101 -
CMYK 0 0.31 0.42 0.31
HSL 15.41º 0.32% 0.54% -
HSV(B) 15.41º 0.42% 0.69% -
XYZ 26.74 23.49 15.44 -
YUV 134.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 175 120 101 0 0.31 0.42 0.31 15.41 0.32 0.54
Hex AF 78 65 0 1F 2A 1F F 20 36
Octal 257 170 145 0 37 52 37 17 40 66
Binary 10101111 1111000 1100101 0 11111 101010 11111 1111 100000 110110

Color Harmonies of #AF7865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7865

Black with #AF7865

Text Example


Text Example

White with #AF7865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7865; }

 p { color: rgb(175,120,101); }

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

background-color css

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

 a { background-color: rgb(175,120,101); }

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

border-color css

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

 span { border-color: rgb(175,120,101); }

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