Html Css Color HEX #AF635D Coral Tree

📋 copy color: '#AF635D'

red 175 ◦ green 99 ◦ blue 93

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

Shades of Coral Tree #AF635D

Tints of Coral Tree #AF635D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 47.68%
G = 26.98%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF635D (or 0xAF635D) is known color: Coral Tree. HEX triplet: AF, 63 and 5D. RGB value is (175,99,93). Sum of RGB (Red+Green+Blue) = 175+99+93=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF635D is #509CA2. Grayscale: #797979. Windows color (decimal): -5282979 or 6120367. OLE color: 6120367.

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

Color convert

RGB 175 99 93 -
CMYK 0 0.43 0.47 0.31
HSL 4.39º 0.34% 0.53% -
HSV(B) 4.39º 0.47% 0.69% -
XYZ 24.12 18.83 12.72 -
YUV 121.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 175 99 93 0 0.43 0.47 0.31 4.39 0.34 0.53
Hex AF 63 5D 0 2B 2F 1F 4 22 35
Octal 257 143 135 0 53 57 37 4 42 65
Binary 10101111 1100011 1011101 0 101011 101111 11111 100 100010 110101

Color Harmonies of #AF635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF635D

Black with #AF635D

Text Example


Text Example

White with #AF635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF635D; }

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

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

background-color css

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

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

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

border-color css

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

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

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