Html Css Color HEX #AF6361 Coral Tree

📋 copy color: '#AF6361'

red 175 ◦ green 99 ◦ blue 97

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

Shades of Coral Tree #AF6361

Tints of Coral Tree #AF6361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 47.17%
G = 26.68%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6361 (or 0xAF6361) is known color: Coral Tree. HEX triplet: AF, 63 and 61. RGB value is (175,99,97). Sum of RGB (Red+Green+Blue) = 175+99+97=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6361 is #509C9E. Grayscale: #797979. Windows color (decimal): -5282975 or 6382511. OLE color: 6382511.

HSL color Cylindrical-coordinate representation of color #AF6361: hue angle of 1.54º 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 #AF6361 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 97 -
CMYK 0 0.43 0.45 0.31
HSL 1.54º 0.33% 0.53% -
HSV(B) 1.54º 0.45% 0.69% -
XYZ 24.3 18.9 13.68 -
YUV 121.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 175 99 97 0 0.43 0.45 0.31 1.54 0.33 0.53
Hex AF 63 61 0 2B 2D 1F 2 21 35
Octal 257 143 141 0 53 55 37 2 41 65
Binary 10101111 1100011 1100001 0 101011 101101 11111 10 100001 110101

Color Harmonies of #AF6361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6361

Black with #AF6361

Text Example


Text Example

White with #AF6361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6361; }

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

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

background-color css

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

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

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

border-color css

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

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

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