Html Css Color HEX #AF635E Coral Tree

📋 copy color: '#AF635E'

red 175 ◦ green 99 ◦ blue 94

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

Shades of Coral Tree #AF635E

Tints of Coral Tree #AF635E

RGB

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

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

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

R = 47.55%
G = 26.9%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF635E (or 0xAF635E) is known color: Coral Tree. HEX triplet: AF, 63 and 5E. RGB value is (175,99,94). Sum of RGB (Red+Green+Blue) = 175+99+94=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF635E is #509CA1. Grayscale: #797979. Windows color (decimal): -5282978 or 6185903. OLE color: 6185903.

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

Color convert

RGB 175 99 94 -
CMYK 0 0.43 0.46 0.31
HSL 3.7º 0.34% 0.53% -
HSV(B) 3.7º 0.46% 0.69% -
XYZ 24.16 18.85 12.95 -
YUV 121.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 175 99 94 0 0.43 0.46 0.31 3.7 0.34 0.53
Hex AF 63 5E 0 2B 2E 1F 4 22 35
Octal 257 143 136 0 53 56 37 4 42 65
Binary 10101111 1100011 1011110 0 101011 101110 11111 100 100010 110101

Color Harmonies of #AF635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF635E

Black with #AF635E

Text Example


Text Example

White with #AF635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF635E; }

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

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

background-color css

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

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

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

border-color css

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

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

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