Html Css Color HEX #AF615E Coral Tree

📋 copy color: '#AF615E'

red 175 ◦ green 97 ◦ blue 94

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

Shades of Coral Tree #AF615E

Tints of Coral Tree #AF615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 47.81%
G = 26.5%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF615E (or 0xAF615E) is known color: Coral Tree. HEX triplet: AF, 61 and 5E. RGB value is (175,97,94). Sum of RGB (Red+Green+Blue) = 175+97+94=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF615E is #509EA1. Grayscale: #787878. Windows color (decimal): -5283490 or 6185391. OLE color: 6185391.

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

Color convert

RGB 175 97 94 -
CMYK 0 0.45 0.46 0.31
HSL 2.22º 0.34% 0.53% -
HSV(B) 2.22º 0.46% 0.69% -
XYZ 23.97 18.47 12.89 -
YUV 119.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 175 97 94 0 0.45 0.46 0.31 2.22 0.34 0.53
Hex AF 61 5E 0 2D 2E 1F 2 22 35
Octal 257 141 136 0 55 56 37 2 42 65
Binary 10101111 1100001 1011110 0 101101 101110 11111 10 100010 110101

Color Harmonies of #AF615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF615E

Black with #AF615E

Text Example


Text Example

White with #AF615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF615E; }

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

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

background-color css

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

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

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

border-color css

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

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

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